Html Css Color HEX #5F9F6D Oxley

📋 copy color: '#5F9F6D'

red 95 ◦ green 159 ◦ blue 109

#5F9F6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #5F9F6D

Tints of Oxley #5F9F6D

RGB

 RED value IS 95 (37.5% from 255) = 26.17%

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 26.17%
G = 43.8%
B = 30.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#5F9F6D (or 0x5F9F6D) is known color: Oxley. HEX triplet: 5F, 9F and 6D. RGB value is (95,159,109). Sum of RGB (Red+Green+Blue) = 95+159+109=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F6D is #A06092. Grayscale: #868686. Windows color (decimal): -10510483 or 7184223. OLE color: 7184223.

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

Color convert

RGB 95 159 109 -
CMYK 0.40 0 0.31 0.38
HSL 133.13º 0.25% 0.5% -
HSV(B) 133.13º 0.4% 0.62% -
XYZ 19.88 28.33 18.89 -
YUV 134.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 95 159 109 0.40 0 0.31 0.38 133.13 0.25 0.5
Hex 5F 9F 6D 28 0 1F 26 85 19 32
Octal 137 237 155 50 0 37 46 205 31 62
Binary 1011111 10011111 1101101 101000 0 11111 100110 10000101 11001 110010

Color Harmonies of #5F9F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9F6D

Black with #5F9F6D

Text Example


Text Example

White with #5F9F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F9F6D;
 }
 .AnyTagClassName
 {
   color: #5F9F6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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