#5C9A6D

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

Shades of Oxley #5C9A6D

Tints of Oxley #5C9A6D

Color information

#5C9A6D (or 0x5C9A6D) is unknown color: approx Oxley. HEX triplet: 5C, 9A and 6D. RGB value is (92,154,109). Sum of RGB (Red+Green+Blue) = 92+154+109=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9A6D is #A36592. Grayscale: #828282. Windows color (decimal): -10708371 or 7182940. OLE color: 7182940.

HSL color Cylindrical-coordinate representation of color #5C9A6D: hue angle of 136.45º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9A6D is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB92154109-
CMYK0.4000.290.40
HSL136.45º25.2%48.24%-
HSV(B)136.45º40.26%60.39%-
XYZ18.7326.4918.59-
YUV130.33115.96100.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 154 (60.55% from 255) = 43.38%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=25.92%
G=43.38%
B=30.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921541090.4000.290.40136.4525.248.24
Hex5C9A6D2801D28881930
Octal13423215550035502103160
Binary10111001001101011011011010000111011010001000100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9A6D; }

 p { color: rgb(92,154,109); }

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

<style>
 a { background-color: #5C9A6D; }

 a { background-color: rgb(92,154,109); }

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

<style>
 span { border-color: #5C9A6D; }

 span { border-color: rgb(92,154,109); }

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