Html Css Color HEX #5F996F Oxley

📋 copy color: '#5F996F'

red 95 ◦ green 153 ◦ blue 111

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

Shades of Oxley #5F996F

Tints of Oxley #5F996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 26.46%
G = 42.62%
B = 30.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#5F996F (or 0x5F996F) is known color: Oxley. HEX triplet: 5F, 99 and 6F. RGB value is (95,153,111). Sum of RGB (Red+Green+Blue) = 95+153+111=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #5F996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F996F is #A06690. Grayscale: #828282. Windows color (decimal): -10512017 or 7313759. OLE color: 7313759.

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

Color convert

RGB 95 153 111 -
CMYK 0.38 0 0.27 0.4
HSL 136.55º 0.23% 0.49% -
HSV(B) 136.55º 0.38% 0.6% -
XYZ 18.98 26.36 19.13 -
YUV 130.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 95 153 111 0.38 0 0.27 0.4 136.55 0.23 0.49
Hex 5F 99 6F 26 0 1B 28 89 17 31
Octal 137 231 157 46 0 33 50 211 27 61
Binary 1011111 10011001 1101111 100110 0 11011 101000 10001001 10111 110001

Color Harmonies of #5F996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F996F

Black with #5F996F

Text Example


Text Example

White with #5F996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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