Html Css Color HEX #96B472 Olivine

📋 copy color: '#96B472'

red 150 ◦ green 180 ◦ blue 114

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

Shades of Olivine #96B472

Tints of Olivine #96B472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 33.78%
G = 40.54%
B = 25.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#96B472 (or 0x96B472) is known color: Olivine. HEX triplet: 96, B4 and 72. RGB value is (150,180,114). Sum of RGB (Red+Green+Blue) = 150+180+114=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #96B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B472 is #694B8D. Grayscale: #A3A3A3. Windows color (decimal): -6900622 or 7517334. OLE color: 7517334.

HSL color Cylindrical-coordinate representation of color #96B472: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96B472 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 114 -
CMYK 0.17 0 0.37 0.29
HSL 87.27º 0.31% 0.58% -
HSV(B) 87.27º 0.37% 0.71% -
XYZ 31.94 40.34 22.02 -
YUV 163.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 150 180 114 0.17 0 0.37 0.29 87.27 0.31 0.58
Hex 96 B4 72 11 0 25 1D 57 1F 3A
Octal 226 264 162 21 0 45 35 127 37 72
Binary 10010110 10110100 1110010 10001 0 100101 11101 1010111 11111 111010

Color Harmonies of #96B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B472

Black with #96B472

Text Example


Text Example

White with #96B472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,114); }

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

background-color css

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

 a { background-color: rgb(150,180,114); }

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

border-color css

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

 span { border-color: rgb(150,180,114); }

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