#6CB75F

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

Shades of Apple #6CB75F

Tints of Apple #6CB75F

Color information

#6CB75F (or 0x6CB75F) is unknown color: approx Apple. HEX triplet: 6C, B7 and 5F. RGB value is (108,183,95). Sum of RGB (Red+Green+Blue) = 108+183+95=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB75F is #9348A0. Grayscale: #969696. Windows color (decimal): -9652385 or 6272876. OLE color: 6272876.

HSL color Cylindrical-coordinate representation of color #6CB75F: hue angle of 111.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CB75F is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB10818395-
CMYK0.4100.480.28
HSL111.14º37.93%54.51%-
HSV(B)111.14º48.09%71.76%-
XYZ25.1837.8816.81-
YUV150.5496.6597.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.98%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=27.98%
G=47.41%
B=24.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal108183950.4100.480.28111.1437.9354.51
Hex6CB75F290301C6f2637
Octal15426713751060341574667
Binary11011001011011110111111010010110000111001101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CB75F; }

 p { color: rgb(108,183,95); }

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

<style>
 a { background-color: #6CB75F; }

 a { background-color: rgb(108,183,95); }

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

<style>
 span { border-color: #6CB75F; }

 span { border-color: rgb(108,183,95); }

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