#68AF41

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

Shades of Apple #68AF41

Tints of Apple #68AF41

Color information

#68AF41 (or 0x68AF41) is unknown color: approx Apple. HEX triplet: 68, AF and 41. RGB value is (104,175,65). Sum of RGB (Red+Green+Blue) = 104+175+65=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AF41 is #9750BE. Grayscale: #8D8D8D. Windows color (decimal): -9916607 or 4304744. OLE color: 4304744.

HSL color Cylindrical-coordinate representation of color #68AF41: hue angle of 98.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68AF41 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB10417565-
CMYK0.4100.630.31
HSL98.73º45.83%47.06%-
HSV(B)98.73º62.86%68.63%-
XYZ21.9933.9810.4-
YUV141.2384.98101.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=30.23%
G=50.87%
B=18.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104175650.4100.630.3198.7345.8347.06
Hex68AF412903F1F632e2f
Octal15025710151077371435657
Binary11010001010111110000011010010111111111111100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,65); }

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

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

 a { background-color: rgb(104,175,65); }

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

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

 span { border-color: rgb(104,175,65); }

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