#68D037

Color #68D037 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #68D037

Tints of Apple #68D037

Color information

#68D037 (or 0x68D037) is unknown color: approx Apple. HEX triplet: 68, D0 and 37. RGB value is (104,208,55). Sum of RGB (Red+Green+Blue) = 104+208+55=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #68D037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D037 is #972FC8. Grayscale: #9F9F9F. Windows color (decimal): -9908169 or 3657832. OLE color: 3657832.

HSL color Cylindrical-coordinate representation of color #68D037: hue angle of 100.78º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68D037 is Cyan = 0.5, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB10420855-
CMYK0.500.740.18
HSL100.78º61.94%51.57%-
HSV(B)100.78º73.56%81.57%-
XYZ28.9548.3311.42-
YUV159.4669.0488.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 208 (81.64% from 255) = 56.68%
BLUE value IS 55 (21.88% from 255) = 14.99%
R=28.34%
G=56.68%
B=14.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104208550.500.740.18100.7861.9451.57
Hex68D0373204A12653e34
Octal15032067620112221457664
Binary11010001101000011011111001001001010100101100101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68D037; }

 p { color: rgb(104,208,55); }

 H1.HeaderClassName
 {
   color: #68D037;
 }
 .AnyTagClassName
 {
   color: #68D037;
 }
</style>
background-color css

<style>
 a { background-color: #68D037; }

 a { background-color: rgb(104,208,55); }

 div.DivClassName
 {
   background-color: #68D037;
 }
 .BgClassName
 {
   background-color: #68D037;
 }
</style>
border-color css

<style>
 span { border-color: #68D037; }

 span { border-color: rgb(104,208,55); }

 td.TdClassName
 {
   border-color: #68D037;
 }
 .TagClassName
 {
   border-color: #68D037;
 }
</style>