#5F996B

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

Shades of Oxley #5F996B

Tints of Oxley #5F996B

Color information

#5F996B (or 0x5F996B) is unknown color: approx Oxley. HEX triplet: 5F, 99 and 6B. RGB value is (95,153,107). Sum of RGB (Red+Green+Blue) = 95+153+107=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #5F996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F996B is #A06694. Grayscale: #828282. Windows color (decimal): -10512021 or 7051615. OLE color: 7051615.

HSL color Cylindrical-coordinate representation of color #5F996B: hue angle of 132.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F996B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB95153107-
CMYK0.3800.300.4
HSL132.41º23.39%48.63%-
HSV(B)132.41º37.91%60%-
XYZ18.7626.2817.99-
YUV130.41114.78102.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=26.76%
G=43.10%
B=30.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal951531070.3800.300.4132.4123.3948.63
Hex5F996B2601E28841731
Octal13723115346036502042761
Binary10111111001100111010111001100111101010001000010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,153,107); }

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

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

 a { background-color: rgb(95,153,107); }

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

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

 span { border-color: rgb(95,153,107); }

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