#5E9C6C

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

Shades of Oxley #5E9C6C

Tints of Oxley #5E9C6C

Color information

#5E9C6C (or 0x5E9C6C) is unknown color: approx Oxley. HEX triplet: 5E, 9C and 6C. RGB value is (94,156,108). Sum of RGB (Red+Green+Blue) = 94+156+108=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C6C is #A16393. Grayscale: #848484. Windows color (decimal): -10576788 or 7117918. OLE color: 7117918.

HSL color Cylindrical-coordinate representation of color #5E9C6C: hue angle of 133.55º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9C6C is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB94156108-
CMYK0.4000.310.39
HSL133.55º24.8%49.02%-
HSV(B)133.55º39.74%61.18%-
XYZ19.2127.2418.43-
YUV131.99114.46100.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.26%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=26.26%
G=43.58%
B=30.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941561080.4000.310.39133.5524.849.02
Hex5E9C6C2801F27861931
Octal13623415450037472063161
Binary10111101001110011011001010000111111001111000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,156,108); }

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

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

 a { background-color: rgb(94,156,108); }

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

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

 span { border-color: rgb(94,156,108); }

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