Html Css Color HEX #96B375 Olivine

📋 copy color: '#96B375'

red 150 ◦ green 179 ◦ blue 117

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

Shades of Olivine #96B375

Tints of Olivine #96B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 33.63%
G = 40.13%
B = 26.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#96B375 (or 0x96B375) is known color: Olivine. HEX triplet: 96, B3 and 75. RGB value is (150,179,117). Sum of RGB (Red+Green+Blue) = 150+179+117=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #96B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B375 is #694C8A. Grayscale: #A3A3A3. Windows color (decimal): -6900875 or 7713686. OLE color: 7713686.

HSL color Cylindrical-coordinate representation of color #96B375: hue angle of 88.06º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96B375 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 117 -
CMYK 0.16 0 0.35 0.30
HSL 88.06º 0.29% 0.58% -
HSV(B) 88.06º 0.35% 0.7% -
XYZ 31.91 40.01 22.87 -
YUV 163.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 150 179 117 0.16 0 0.35 0.30 88.06 0.29 0.58
Hex 96 B3 75 10 0 23 1E 58 1D 3A
Octal 226 263 165 20 0 43 36 130 35 72
Binary 10010110 10110011 1110101 10000 0 100011 11110 1011000 11101 111010

Color Harmonies of #96B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B375

Black with #96B375

Text Example


Text Example

White with #96B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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