Html Css Color HEX #96B773 Olivine

📋 copy color: '#96B773'

red 150 ◦ green 183 ◦ blue 115

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

Shades of Olivine #96B773

Tints of Olivine #96B773

RGB

 RED value IS 150 (58.98% from 255) = 33.48%

 GREEN value IS 183 (71.88% from 255) = 40.85%

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 33.48%
G = 40.85%
B = 25.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#96B773 (or 0x96B773) is known color: Olivine. HEX triplet: 96, B7 and 73. RGB value is (150,183,115). Sum of RGB (Red+Green+Blue) = 150+183+115=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #96B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B773 is #69488C. Grayscale: #A5A5A5. Windows color (decimal): -6899853 or 7583638. OLE color: 7583638.

HSL color Cylindrical-coordinate representation of color #96B773: hue angle of 89.12º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96B773 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 115 -
CMYK 0.18 0 0.37 0.28
HSL 89.12º 0.32% 0.58% -
HSV(B) 89.12º 0.37% 0.72% -
XYZ 32.61 41.59 22.53 -
YUV 165.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 150 183 115 0.18 0 0.37 0.28 89.12 0.32 0.58
Hex 96 B7 73 12 0 25 1C 59 20 3A
Octal 226 267 163 22 0 45 34 131 40 72
Binary 10010110 10110111 1110011 10010 0 100101 11100 1011001 100000 111010

Color Harmonies of #96B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B773

Black with #96B773

Text Example


Text Example

White with #96B773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B773; }

 p { color: rgb(150,183,115); }

 H1.HeaderClassName
 {
   color: #96B773;
 }
 .AnyTagClassName
 {
   color: #96B773;
 }
</style>

background-color css

<style>
 a { background-color: #96B773; }

 a { background-color: rgb(150,183,115); }

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

border-color css

<style>
 span { border-color: #96B773; }

 span { border-color: rgb(150,183,115); }

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