#5F9D6D

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

Shades of Oxley #5F9D6D

Tints of Oxley #5F9D6D

Color information

#5F9D6D (or 0x5F9D6D) is unknown color: approx Oxley. HEX triplet: 5F, 9D and 6D. RGB value is (95,157,109). Sum of RGB (Red+Green+Blue) = 95+157+109=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #5F9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9D6D is #A06292. Grayscale: #858585. Windows color (decimal): -10510995 or 7183711. OLE color: 7183711.

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

Color convert

RGB95157109-
CMYK0.3900.310.38
HSL133.55º24.6%49.41%-
HSV(B)133.55º39.49%61.57%-
XYZ19.5427.6518.78-
YUV132.99114.46100.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=26.32%
G=43.49%
B=30.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951571090.3900.310.38133.5524.649.41
Hex5F9D6D2701F26861931
Octal13723515547037462063161
Binary10111111001110111011011001110111111001101000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,157,109); }

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

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

 a { background-color: rgb(95,157,109); }

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

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

 span { border-color: rgb(95,157,109); }

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