#5E9869

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

Shades of Oxley #5E9869

Tints of Oxley #5E9869

Color information

#5E9869 (or 0x5E9869) is unknown color: approx Oxley. HEX triplet: 5E, 98 and 69. RGB value is (94,152,105). Sum of RGB (Red+Green+Blue) = 94+152+105=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9869 is #A16796. Grayscale: #818181. Windows color (decimal): -10577815 or 6920286. OLE color: 6920286.

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

Color convert

RGB94152105-
CMYK0.3800.310.40
HSL131.38º23.58%48.24%-
HSV(B)131.38º38.16%59.61%-
XYZ18.3925.8617.39-
YUV129.3114.28102.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.78%
GREEN value IS 152 (59.77% from 255) = 43.30%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=26.78%
G=43.30%
B=29.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941521050.3800.310.40131.3823.5848.24
Hex5E98692601F28831830
Octal13623015146037502033060
Binary10111101001100011010011001100111111010001000001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,152,105); }

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

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

 a { background-color: rgb(94,152,105); }

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

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

 span { border-color: rgb(94,152,105); }

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