Html Css Color HEX #96B479 Olivine

📋 copy color: '#96B479'

red 150 ◦ green 180 ◦ blue 121

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

Shades of Olivine #96B479

Tints of Olivine #96B479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 33.26%
G = 39.91%
B = 26.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#96B479 (or 0x96B479) is known color: Olivine. HEX triplet: 96, B4 and 79. RGB value is (150,180,121). Sum of RGB (Red+Green+Blue) = 150+180+121=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #96B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B479 is #694B86. Grayscale: #A4A4A4. Windows color (decimal): -6900615 or 7976086. OLE color: 7976086.

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

Color convert

RGB 150 180 121 -
CMYK 0.17 0 0.33 0.29
HSL 90.51º 0.28% 0.59% -
HSV(B) 90.51º 0.33% 0.71% -
XYZ 32.35 40.51 24.2 -
YUV 164.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 150 180 121 0.17 0 0.33 0.29 90.51 0.28 0.59
Hex 96 B4 79 11 0 21 1D 5B 1C 3B
Octal 226 264 171 21 0 41 35 133 34 73
Binary 10010110 10110100 1111001 10001 0 100001 11101 1011011 11100 111011

Color Harmonies of #96B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B479

Black with #96B479

Text Example


Text Example

White with #96B479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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