#6BAA78

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

Shades of Oxley #6BAA78

Tints of Oxley #6BAA78

Color information

#6BAA78 (or 0x6BAA78) is unknown color: approx Oxley. HEX triplet: 6B, AA and 78. RGB value is (107,170,120). Sum of RGB (Red+Green+Blue) = 107+170+120=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA78 is #945587. Grayscale: #919191. Windows color (decimal): -9721224 or 7907947. OLE color: 7907947.

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

Color convert

RGB107170120-
CMYK0.3700.290.33
HSL132.38º27.04%54.31%-
HSV(B)132.38º37.06%66.67%-
XYZ23.8333.2322.93-
YUV145.46113.63100.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=26.95%
G=42.82%
B=30.23%

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
Decimal1071701200.3700.290.33132.3827.0454.31
Hex6BAA782501D21841b36
Octal15325217045035412043366
Binary11010111010101011110001001010111011000011000010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,120); }

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

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

 a { background-color: rgb(107,170,120); }

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

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

 span { border-color: rgb(107,170,120); }

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