Html Css Color HEX #96B271 Olivine

📋 copy color: '#96B271'

red 150 ◦ green 178 ◦ blue 113

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

Shades of Olivine #96B271

Tints of Olivine #96B271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.62%

R = 34.01%
G = 40.36%
B = 25.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#96B271 (or 0x96B271) is known color: Olivine. HEX triplet: 96, B2 and 71. RGB value is (150,178,113). Sum of RGB (Red+Green+Blue) = 150+178+113=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #96B271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B271 is #694D8E. Grayscale: #A2A2A2. Windows color (decimal): -6901135 or 7451286. OLE color: 7451286.

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

Color convert

RGB 150 178 113 -
CMYK 0.16 0 0.37 0.30
HSL 85.85º 0.3% 0.57% -
HSV(B) 85.85º 0.37% 0.7% -
XYZ 31.48 39.52 21.59 -
YUV 162.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 150 178 113 0.16 0 0.37 0.30 85.85 0.3 0.57
Hex 96 B2 71 10 0 25 1E 56 1E 39
Octal 226 262 161 20 0 45 36 126 36 71
Binary 10010110 10110010 1110001 10000 0 100101 11110 1010110 11110 111001

Color Harmonies of #96B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B271

Black with #96B271

Text Example


Text Example

White with #96B271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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