#6BAB77

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

Shades of Oxley #6BAB77

Tints of Oxley #6BAB77

Color information

#6BAB77 (or 0x6BAB77) is unknown color: approx Oxley. HEX triplet: 6B, AB and 77. RGB value is (107,171,119). Sum of RGB (Red+Green+Blue) = 107+171+119=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB77 is #945488. Grayscale: #929292. Windows color (decimal): -9720969 or 7842667. OLE color: 7842667.

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

Color convert

RGB107171119-
CMYK0.3700.300.33
HSL131.25º27.59%54.51%-
HSV(B)131.25º37.43%67.06%-
XYZ23.9633.5822.67-
YUV145.94112.8100.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=26.95%
G=43.07%
B=29.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711190.3700.300.33131.2527.5954.51
Hex6BAB772501E21831c37
Octal15325316745036412033467
Binary11010111010101111101111001010111101000011000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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