Html Css Color HEX #5F9E6E Oxley

📋 copy color: '#5F9E6E'

red 95 ◦ green 158 ◦ blue 110

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

Shades of Oxley #5F9E6E

Tints of Oxley #5F9E6E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 26.17%
G = 43.53%
B = 30.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#5F9E6E (or 0x5F9E6E) is known color: Oxley. HEX triplet: 5F, 9E and 6E. RGB value is (95,158,110). Sum of RGB (Red+Green+Blue) = 95+158+110=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E6E is #A06191. Grayscale: #858585. Windows color (decimal): -10510738 or 7249503. OLE color: 7249503.

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

Color convert

RGB 95 158 110 -
CMYK 0.40 0 0.30 0.38
HSL 134.29º 0.25% 0.5% -
HSV(B) 134.29º 0.4% 0.62% -
XYZ 19.76 28.01 19.12 -
YUV 133.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 95 158 110 0.40 0 0.30 0.38 134.29 0.25 0.5
Hex 5F 9E 6E 28 0 1E 26 86 19 32
Octal 137 236 156 50 0 36 46 206 31 62
Binary 1011111 10011110 1101110 101000 0 11110 100110 10000110 11001 110010

Color Harmonies of #5F9E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9E6E

Black with #5F9E6E

Text Example


Text Example

White with #5F9E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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