Html Css Color HEX #96B175 Olivine

📋 copy color: '#96B175'

red 150 ◦ green 177 ◦ blue 117

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

Shades of Olivine #96B175

Tints of Olivine #96B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 33.78%
G = 39.86%
B = 26.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#96B175 (or 0x96B175) is known color: Olivine. HEX triplet: 96, B1 and 75. RGB value is (150,177,117). Sum of RGB (Red+Green+Blue) = 150+177+117=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #96B175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B175 is #694E8A. Grayscale: #A2A2A2. Windows color (decimal): -6901387 or 7713174. OLE color: 7713174.

HSL color Cylindrical-coordinate representation of color #96B175: hue angle of 87º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B175 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 117 -
CMYK 0.15 0 0.34 0.31
HSL 87º 0.28% 0.58% -
HSV(B) 87º 0.34% 0.69% -
XYZ 31.51 39.21 22.74 -
YUV 162.09 102.55 119.38 -
System Red Green Blue C M Y K H S L
Decimal 150 177 117 0.15 0 0.34 0.31 87 0.28 0.58
Hex 96 B1 75 F 0 22 1F 57 1C 3A
Octal 226 261 165 17 0 42 37 127 34 72
Binary 10010110 10110001 1110101 1111 0 100010 11111 1010111 11100 111010

Color Harmonies of #96B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B175

Black with #96B175

Text Example


Text Example

White with #96B175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,177,117); }

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

background-color css

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

 a { background-color: rgb(150,177,117); }

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

border-color css

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

 span { border-color: rgb(150,177,117); }

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