Html Css Color HEX #5B956F Oxley

📋 copy color: '#5B956F'

red 91 ◦ green 149 ◦ blue 111

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

Shades of Oxley #5B956F

Tints of Oxley #5B956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

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

R = 25.93%
G = 42.45%
B = 31.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#5B956F (or 0x5B956F) is known color: Oxley. HEX triplet: 5B, 95 and 6F. RGB value is (91,149,111). Sum of RGB (Red+Green+Blue) = 91+149+111=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #5B956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B956F is #A46A90. Grayscale: #7F7F7F. Windows color (decimal): -10775185 or 7312731. OLE color: 7312731.

HSL color Cylindrical-coordinate representation of color #5B956F: hue angle of 140.69º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B956F is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 149 111 -
CMYK 0.39 0 0.26 0.42
HSL 140.69º 0.24% 0.47% -
HSV(B) 140.69º 0.39% 0.58% -
XYZ 17.93 24.87 18.89 -
YUV 127.33 118.78 102.09 -
System Red Green Blue C M Y K H S L
Decimal 91 149 111 0.39 0 0.26 0.42 140.69 0.24 0.47
Hex 5B 95 6F 27 0 1A 2A 8D 18 2F
Octal 133 225 157 47 0 32 52 215 30 57
Binary 1011011 10010101 1101111 100111 0 11010 101010 10001101 11000 101111

Color Harmonies of #5B956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B956F

Black with #5B956F

Text Example


Text Example

White with #5B956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,149,111); }

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

background-color css

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

 a { background-color: rgb(91,149,111); }

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

border-color css

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

 span { border-color: rgb(91,149,111); }

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