Html Css Color HEX #96BE72 Olivine

📋 copy color: '#96BE72'

red 150 ◦ green 190 ◦ blue 114

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

Shades of Olivine #96BE72

Tints of Olivine #96BE72

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

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

R = 33.04%
G = 41.85%
B = 25.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#96BE72 (or 0x96BE72) is known color: Olivine. HEX triplet: 96, BE and 72. RGB value is (150,190,114). Sum of RGB (Red+Green+Blue) = 150+190+114=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE72 is #69418D. Grayscale: #A9A9A9. Windows color (decimal): -6898062 or 7519894. OLE color: 7519894.

HSL color Cylindrical-coordinate representation of color #96BE72: hue angle of 91.58º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BE72 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 114 -
CMYK 0.21 0 0.40 0.25
HSL 91.58º 0.37% 0.6% -
HSV(B) 91.58º 0.4% 0.75% -
XYZ 34.03 44.53 22.72 -
YUV 169.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 150 190 114 0.21 0 0.40 0.25 91.58 0.37 0.6
Hex 96 BE 72 15 0 28 19 5C 25 3C
Octal 226 276 162 25 0 50 31 134 45 74
Binary 10010110 10111110 1110010 10101 0 101000 11001 1011100 100101 111100

Color Harmonies of #96BE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE72

Black with #96BE72

Text Example


Text Example

White with #96BE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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