#6CAB5F

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

Shades of Apple #6CAB5F

Tints of Apple #6CAB5F

Color information

#6CAB5F (or 0x6CAB5F) is unknown color: approx Apple. HEX triplet: 6C, AB and 5F. RGB value is (108,171,95). Sum of RGB (Red+Green+Blue) = 108+171+95=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB5F is #9354A0. Grayscale: #8F8F8F. Windows color (decimal): -9655457 or 6269804. OLE color: 6269804.

HSL color Cylindrical-coordinate representation of color #6CAB5F: hue angle of 109.74º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CAB5F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB10817195-
CMYK0.3700.440.33
HSL109.74º31.15%52.16%-
HSV(B)109.74º44.44%67.06%-
XYZ22.8133.1416.02-
YUV143.5100.63102.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.88%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 95 (37.5% from 255) = 25.40%
R=28.88%
G=45.72%
B=25.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108171950.3700.440.33109.7431.1552.16
Hex6CAB5F2502C216e1f34
Octal15425313745054411563764
Binary11011001010101110111111001010101100100001110111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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