#6A9777

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

Shades of Oxley #6A9777

Tints of Oxley #6A9777

Color information

#6A9777 (or 0x6A9777) is unknown color: approx Oxley. HEX triplet: 6A, 97 and 77. RGB value is (106,151,119). Sum of RGB (Red+Green+Blue) = 106+151+119=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #6A9777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9777 is #956888. Grayscale: #858585. Windows color (decimal): -9791625 or 7837546. OLE color: 7837546.

HSL color Cylindrical-coordinate representation of color #6A9777: hue angle of 137.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A9777 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB106151119-
CMYK0.3000.210.41
HSL137.33º17.79%50.39%-
HSV(B)137.33º29.8%59.22%-
XYZ20.3426.5321.5-
YUV133.9119.59108.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=28.19%
G=40.16%
B=31.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1061511190.3000.210.41137.3317.7950.39
Hex6A97771E01529891232
Octal15222716736025512112262
Binary1101010100101111110111111100101011010011000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,151,119); }

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

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

 a { background-color: rgb(106,151,119); }

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

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

 span { border-color: rgb(106,151,119); }

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