Html Css Color HEX #5B996D Oxley

📋 copy color: '#5B996D'

red 91 ◦ green 153 ◦ blue 109

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

Shades of Oxley #5B996D

Tints of Oxley #5B996D

RGB

 RED value IS 91 (35.94% from 255) = 25.78%

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

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

R = 25.78%
G = 43.34%
B = 30.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#5B996D (or 0x5B996D) is known color: Oxley. HEX triplet: 5B, 99 and 6D. RGB value is (91,153,109). Sum of RGB (Red+Green+Blue) = 91+153+109=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #5B996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B996D is #A46692. Grayscale: #818181. Windows color (decimal): -10774163 or 7182683. OLE color: 7182683.

HSL color Cylindrical-coordinate representation of color #5B996D: hue angle of 137.42º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B996D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 91 153 109 -
CMYK 0.41 0 0.29 0.4
HSL 137.42º 0.25% 0.48% -
HSV(B) 137.42º 0.41% 0.6% -
XYZ 18.47 26.11 18.53 -
YUV 129.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 91 153 109 0.41 0 0.29 0.4 137.42 0.25 0.48
Hex 5B 99 6D 29 0 1D 28 89 19 30
Octal 133 231 155 51 0 35 50 211 31 60
Binary 1011011 10011001 1101101 101001 0 11101 101000 10001001 11001 110000

Color Harmonies of #5B996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B996D

Black with #5B996D

Text Example


Text Example

White with #5B996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,153,109); }

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

background-color css

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

 a { background-color: rgb(91,153,109); }

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

border-color css

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

 span { border-color: rgb(91,153,109); }

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