#6CAB79

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

Shades of Oxley #6CAB79

Tints of Oxley #6CAB79

Color information

#6CAB79 (or 0x6CAB79) is unknown color: approx Oxley. HEX triplet: 6C, AB and 79. RGB value is (108,171,121). Sum of RGB (Red+Green+Blue) = 108+171+121=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB79 is #935486. Grayscale: #929292. Windows color (decimal): -9655431 or 7973740. OLE color: 7973740.

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

Color convert

RGB108171121-
CMYK0.3700.290.33
HSL132.38º27.27%54.71%-
HSV(B)132.38º36.84%67.06%-
XYZ24.233.6923.32-
YUV146.46113.63100.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=27%
G=42.75%
B=30.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081711210.3700.290.33132.3827.2754.71
Hex6CAB792501D21841b37
Octal15425317145035412043367
Binary11011001010101111110011001010111011000011000010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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