#5B9D6C

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

Shades of Oxley #5B9D6C

Tints of Oxley #5B9D6C

Color information

#5B9D6C (or 0x5B9D6C) is unknown color: approx Oxley. HEX triplet: 5B, 9D and 6C. RGB value is (91,157,108). Sum of RGB (Red+Green+Blue) = 91+157+108=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9D6C is #A46293. Grayscale: #838383. Windows color (decimal): -10773140 or 7118171. OLE color: 7118171.

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

Color convert

RGB91157108-
CMYK0.4200.310.38
HSL135.45º26.61%48.63%-
HSV(B)135.45º42.04%61.57%-
XYZ19.0827.4218.47-
YUV131.68114.6398.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.56%
GREEN value IS 157 (61.72% from 255) = 44.10%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=25.56%
G=44.10%
B=30.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911571080.4200.310.38135.4526.6148.63
Hex5B9D6C2A01F26871b31
Octal13323515452037462073361
Binary10110111001110111011001010100111111001101000011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,157,108); }

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

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

 a { background-color: rgb(91,157,108); }

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

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

 span { border-color: rgb(91,157,108); }

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