#6A9377

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

Shades of Oxley #6A9377

Tints of Oxley #6A9377

Color information

#6A9377 (or 0x6A9377) is unknown color: approx Oxley. HEX triplet: 6A, 93 and 77. RGB value is (106,147,119). Sum of RGB (Red+Green+Blue) = 106+147+119=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9377 is #956C88. Grayscale: #838383. Windows color (decimal): -9792649 or 7836522. OLE color: 7836522.

HSL color Cylindrical-coordinate representation of color #6A9377: hue angle of 139.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9377 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB106147119-
CMYK0.2800.190.42
HSL139.02º16.21%49.61%-
HSV(B)139.02º27.89%57.65%-
XYZ19.7125.2621.29-
YUV131.55120.92109.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.49%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=28.49%
G=39.52%
B=31.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471190.2800.190.42139.0216.2149.61
Hex6A93771C0132A8b1032
Octal15222316734023522132062
Binary1101010100100111110111111000100111010101000101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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