#6BAB79

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

Shades of Oxley #6BAB79

Tints of Oxley #6BAB79

Color information

#6BAB79 (or 0x6BAB79) is unknown color: approx Oxley. HEX triplet: 6B, AB and 79. RGB value is (107,171,121). Sum of RGB (Red+Green+Blue) = 107+171+121=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB79 is #945486. Grayscale: #929292. Windows color (decimal): -9720967 or 7973739. OLE color: 7973739.

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

Color convert

RGB107171121-
CMYK0.3700.290.33
HSL133.12º27.59%54.51%-
HSV(B)133.12º37.43%67.06%-
XYZ24.0833.6323.31-
YUV146.16113.8100.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.82%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=26.82%
G=42.86%
B=30.33%

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
Decimal1071711210.3700.290.33133.1227.5954.51
Hex6BAB792501D21851c37
Octal15325317145035412053467
Binary11010111010101111110011001010111011000011000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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