Html Css Color HEX #96BA77 Olivine

📋 copy color: '#96BA77'

red 150 ◦ green 186 ◦ blue 119

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

Shades of Olivine #96BA77

Tints of Olivine #96BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

 BLUE value IS 119 (46.88% from 255) = 26.15%

R = 32.97%
G = 40.88%
B = 26.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#96BA77 (or 0x96BA77) is known color: Olivine. HEX triplet: 96, BA and 77. RGB value is (150,186,119). Sum of RGB (Red+Green+Blue) = 150+186+119=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA77 is #694588. Grayscale: #A7A7A7. Windows color (decimal): -6899081 or 7846550. OLE color: 7846550.

HSL color Cylindrical-coordinate representation of color #96BA77: hue angle of 92.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96BA77 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 119 -
CMYK 0.19 0 0.36 0.27
HSL 92.24º 0.33% 0.6% -
HSV(B) 92.24º 0.36% 0.73% -
XYZ 33.47 42.93 23.98 -
YUV 167.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 150 186 119 0.19 0 0.36 0.27 92.24 0.33 0.6
Hex 96 BA 77 13 0 24 1B 5C 21 3C
Octal 226 272 167 23 0 44 33 134 41 74
Binary 10010110 10111010 1110111 10011 0 100100 11011 1011100 100001 111100

Color Harmonies of #96BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA77

Black with #96BA77

Text Example


Text Example

White with #96BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,119); }

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

background-color css

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

 a { background-color: rgb(150,186,119); }

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

border-color css

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

 span { border-color: rgb(150,186,119); }

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