#68D03B

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

Shades of Apple #68D03B

Tints of Apple #68D03B

Color information

#68D03B (or 0x68D03B) is unknown color: approx Apple. HEX triplet: 68, D0 and 3B. RGB value is (104,208,59). Sum of RGB (Red+Green+Blue) = 104+208+59=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #68D03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D03B is #972FC4. Grayscale: #A0A0A0. Windows color (decimal): -9908165 or 3919976. OLE color: 3919976.

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

Color convert

RGB10420859-
CMYK0.500.720.18
HSL101.88º61.32%52.35%-
HSV(B)101.88º71.63%81.57%-
XYZ29.0548.3711.94-
YUV159.9271.0488.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=28.03%
G=56.06%
B=15.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal104208590.500.720.18101.8861.3252.35
Hex68D03B3204812663d34
Octal15032073620110221467564
Binary11010001101000011101111001001001000100101100110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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