Html Css Color HEX #96B273 Olivine

📋 copy color: '#96B273'

red 150 ◦ green 178 ◦ blue 115

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

Shades of Olivine #96B273

Tints of Olivine #96B273

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

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

R = 33.86%
G = 40.18%
B = 25.96%

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

#96B273 (or 0x96B273) is known color: Olivine. HEX triplet: 96, B2 and 73. RGB value is (150,178,115). Sum of RGB (Red+Green+Blue) = 150+178+115=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #96B273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B273 is #694D8C. Grayscale: #A2A2A2. Windows color (decimal): -6901133 or 7582358. OLE color: 7582358.

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

Color convert

RGB 150 178 115 -
CMYK 0.16 0 0.35 0.30
HSL 86.67º 0.29% 0.57% -
HSV(B) 86.67º 0.35% 0.7% -
XYZ 31.59 39.56 22.19 -
YUV 162.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 150 178 115 0.16 0 0.35 0.30 86.67 0.29 0.57
Hex 96 B2 73 10 0 23 1E 57 1D 39
Octal 226 262 163 20 0 43 36 127 35 71
Binary 10010110 10110010 1110011 10000 0 100011 11110 1010111 11101 111001

Color Harmonies of #96B273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B273

Black with #96B273

Text Example


Text Example

White with #96B273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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