Html Css Color HEX #96B877 Olivine

📋 copy color: '#96B877'

red 150 ◦ green 184 ◦ blue 119

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

Shades of Olivine #96B877

Tints of Olivine #96B877

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 33.11%
G = 40.62%
B = 26.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#96B877 (or 0x96B877) is known color: Olivine. HEX triplet: 96, B8 and 77. RGB value is (150,184,119). Sum of RGB (Red+Green+Blue) = 150+184+119=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #96B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B877 is #694788. Grayscale: #A6A6A6. Windows color (decimal): -6899593 or 7846038. OLE color: 7846038.

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

Color convert

RGB 150 184 119 -
CMYK 0.18 0 0.35 0.28
HSL 91.38º 0.31% 0.59% -
HSV(B) 91.38º 0.35% 0.72% -
XYZ 33.05 42.1 23.84 -
YUV 166.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 150 184 119 0.18 0 0.35 0.28 91.38 0.31 0.59
Hex 96 B8 77 12 0 23 1C 5B 1F 3B
Octal 226 270 167 22 0 43 34 133 37 73
Binary 10010110 10111000 1110111 10010 0 100011 11100 1011011 11111 111011

Color Harmonies of #96B877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B877

Black with #96B877

Text Example


Text Example

White with #96B877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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