#5F9A6E

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

Shades of Oxley #5F9A6E

Tints of Oxley #5F9A6E

Color information

#5F9A6E (or 0x5F9A6E) is unknown color: approx Oxley. HEX triplet: 5F, 9A and 6E. RGB value is (95,154,110). Sum of RGB (Red+Green+Blue) = 95+154+110=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9A6E is #A06591. Grayscale: #838383. Windows color (decimal): -10511762 or 7248479. OLE color: 7248479.

HSL color Cylindrical-coordinate representation of color #5F9A6E: hue angle of 135.25º degrees, saturation: 0.24, 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 #5F9A6E is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB95154110-
CMYK0.3800.290.40
HSL135.25º23.69%48.82%-
HSV(B)135.25º38.31%60.39%-
XYZ19.0926.6718.89-
YUV131.34115.95102.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.46%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=26.46%
G=42.90%
B=30.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal951541100.3800.290.40135.2523.6948.82
Hex5F9A6E2601D28871831
Octal13723215646035502073061
Binary10111111001101011011101001100111011010001000011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,154,110); }

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

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

 a { background-color: rgb(95,154,110); }

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

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

 span { border-color: rgb(95,154,110); }

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