Html Css Color HEX #5B976F Oxley

📋 copy color: '#5B976F'

red 91 ◦ green 151 ◦ blue 111

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

Shades of Oxley #5B976F

Tints of Oxley #5B976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

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

R = 25.78%
G = 42.78%
B = 31.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#5B976F (or 0x5B976F) is known color: Oxley. HEX triplet: 5B, 97 and 6F. RGB value is (91,151,111). Sum of RGB (Red+Green+Blue) = 91+151+111=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #5B976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B976F is #A46890. Grayscale: #808080. Windows color (decimal): -10774673 or 7313243. OLE color: 7313243.

HSL color Cylindrical-coordinate representation of color #5B976F: hue angle of 140º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B976F is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 151 111 -
CMYK 0.40 0 0.26 0.41
HSL 140º 0.25% 0.47% -
HSV(B) 140º 0.4% 0.59% -
XYZ 18.25 25.51 19 -
YUV 128.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 91 151 111 0.40 0 0.26 0.41 140 0.25 0.47
Hex 5B 97 6F 28 0 1A 29 8C 19 2F
Octal 133 227 157 50 0 32 51 214 31 57
Binary 1011011 10010111 1101111 101000 0 11010 101001 10001100 11001 101111

Color Harmonies of #5B976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B976F

Black with #5B976F

Text Example


Text Example

White with #5B976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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