Html Css Color HEX #5F9E6A Oxley

📋 copy color: '#5F9E6A'

red 95 ◦ green 158 ◦ blue 106

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

Shades of Oxley #5F9E6A

Tints of Oxley #5F9E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 26.46%
G = 44.01%
B = 29.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#5F9E6A (or 0x5F9E6A) is known color: Oxley. HEX triplet: 5F, 9E and 6A. RGB value is (95,158,106). Sum of RGB (Red+Green+Blue) = 95+158+106=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E6A is #A06195. Grayscale: #858585. Windows color (decimal): -10510742 or 6987359. OLE color: 6987359.

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

Color convert

RGB 95 158 106 -
CMYK 0.40 0 0.33 0.38
HSL 130.48º 0.25% 0.5% -
HSV(B) 130.48º 0.4% 0.62% -
XYZ 19.55 27.93 18 -
YUV 133.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 95 158 106 0.40 0 0.33 0.38 130.48 0.25 0.5
Hex 5F 9E 6A 28 0 21 26 82 19 32
Octal 137 236 152 50 0 41 46 202 31 62
Binary 1011111 10011110 1101010 101000 0 100001 100110 10000010 11001 110010

Color Harmonies of #5F9E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9E6A

Black with #5F9E6A

Text Example


Text Example

White with #5F9E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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