Html Css Color HEX #96B673 Olivine

📋 copy color: '#96B673'

red 150 ◦ green 182 ◦ blue 115

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

Shades of Olivine #96B673

Tints of Olivine #96B673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 33.56%
G = 40.72%
B = 25.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#96B673 (or 0x96B673) is known color: Olivine. HEX triplet: 96, B6 and 73. RGB value is (150,182,115). Sum of RGB (Red+Green+Blue) = 150+182+115=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #96B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B673 is #69498C. Grayscale: #A5A5A5. Windows color (decimal): -6900109 or 7583382. OLE color: 7583382.

HSL color Cylindrical-coordinate representation of color #96B673: hue angle of 88.66º 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 #96B673 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 115 -
CMYK 0.18 0 0.37 0.29
HSL 88.66º 0.31% 0.58% -
HSV(B) 88.66º 0.37% 0.71% -
XYZ 32.4 41.18 22.46 -
YUV 164.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 150 182 115 0.18 0 0.37 0.29 88.66 0.31 0.58
Hex 96 B6 73 12 0 25 1D 59 1F 3A
Octal 226 266 163 22 0 45 35 131 37 72
Binary 10010110 10110110 1110011 10010 0 100101 11101 1011001 11111 111010

Color Harmonies of #96B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B673

Black with #96B673

Text Example


Text Example

White with #96B673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,182,115); }

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

background-color css

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

 a { background-color: rgb(150,182,115); }

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

border-color css

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

 span { border-color: rgb(150,182,115); }

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