Html Css Color HEX #5F9977 Oxley

📋 copy color: '#5F9977'

red 95 ◦ green 153 ◦ blue 119

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

Shades of Oxley #5F9977

Tints of Oxley #5F9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 25.89%
G = 41.69%
B = 32.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#5F9977 (or 0x5F9977) is known color: Oxley. HEX triplet: 5F, 99 and 77. RGB value is (95,153,119). Sum of RGB (Red+Green+Blue) = 95+153+119=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9977 is #A06688. Grayscale: #838383. Windows color (decimal): -10512009 or 7838047. OLE color: 7838047.

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

Color convert

RGB 95 153 119 -
CMYK 0.38 0 0.22 0.4
HSL 144.83º 0.23% 0.49% -
HSV(B) 144.83º 0.38% 0.6% -
XYZ 19.44 26.55 21.55 -
YUV 131.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 95 153 119 0.38 0 0.22 0.4 144.83 0.23 0.49
Hex 5F 99 77 26 0 16 28 91 17 31
Octal 137 231 167 46 0 26 50 221 27 61
Binary 1011111 10011001 1110111 100110 0 10110 101000 10010001 10111 110001

Color Harmonies of #5F9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9977

Black with #5F9977

Text Example


Text Example

White with #5F9977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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