Html Css Color HEX #5B976A Oxley

📋 copy color: '#5B976A'

red 91 ◦ green 151 ◦ blue 106

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

Shades of Oxley #5B976A

Tints of Oxley #5B976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 26.15%
G = 43.39%
B = 30.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#5B976A (or 0x5B976A) is known color: Oxley. HEX triplet: 5B, 97 and 6A. RGB value is (91,151,106). Sum of RGB (Red+Green+Blue) = 91+151+106=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #5B976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B976A is #A46895. Grayscale: #808080. Windows color (decimal): -10774678 or 6985563. OLE color: 6985563.

HSL color Cylindrical-coordinate representation of color #5B976A: hue angle of 135º 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 #5B976A is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 151 106 -
CMYK 0.40 0 0.30 0.41
HSL 135º 0.25% 0.47% -
HSV(B) 135º 0.4% 0.59% -
XYZ 17.98 25.4 17.59 -
YUV 127.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 91 151 106 0.40 0 0.30 0.41 135 0.25 0.47
Hex 5B 97 6A 28 0 1E 29 87 19 2F
Octal 133 227 152 50 0 36 51 207 31 57
Binary 1011011 10010111 1101010 101000 0 11110 101001 10000111 11001 101111

Color Harmonies of #5B976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B976A

Black with #5B976A

Text Example


Text Example

White with #5B976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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