#6CAB7F

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

Shades of Oxley #6CAB7F

Tints of Oxley #6CAB7F

Color information

#6CAB7F (or 0x6CAB7F) is unknown color: approx Oxley. HEX triplet: 6C, AB and 7F. RGB value is (108,171,127). Sum of RGB (Red+Green+Blue) = 108+171+127=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB7F is #935480. Grayscale: #939393. Windows color (decimal): -9655425 or 8366956. OLE color: 8366956.

HSL color Cylindrical-coordinate representation of color #6CAB7F: hue angle of 138.1º 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 #6CAB7F is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB108171127-
CMYK0.3700.260.33
HSL138.1º27.27%54.71%-
HSV(B)138.1º36.84%67.06%-
XYZ24.5833.8525.32-
YUV147.15116.63100.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 127 (50% from 255) = 31.28%
R=26.60%
G=42.12%
B=31.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081711270.3700.260.33138.127.2754.71
Hex6CAB7F2501A218a1b37
Octal15425317745032412123367
Binary11011001010101111111111001010110101000011000101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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