Html Css Color HEX #96BE79 Olivine

📋 copy color: '#96BE79'

red 150 ◦ green 190 ◦ blue 121

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

Shades of Olivine #96BE79

Tints of Olivine #96BE79

RGB

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

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

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

R = 32.54%
G = 41.21%
B = 26.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#96BE79 (or 0x96BE79) is known color: Olivine. HEX triplet: 96, BE and 79. RGB value is (150,190,121). Sum of RGB (Red+Green+Blue) = 150+190+121=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE79 is #694186. Grayscale: #AAAAAA. Windows color (decimal): -6898055 or 7978646. OLE color: 7978646.

HSL color Cylindrical-coordinate representation of color #96BE79: hue angle of 94.78º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96BE79 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 121 -
CMYK 0.21 0 0.36 0.25
HSL 94.78º 0.35% 0.61% -
HSV(B) 94.78º 0.36% 0.75% -
XYZ 34.44 44.69 24.9 -
YUV 170.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 150 190 121 0.21 0 0.36 0.25 94.78 0.35 0.61
Hex 96 BE 79 15 0 24 19 5F 23 3D
Octal 226 276 171 25 0 44 31 137 43 75
Binary 10010110 10111110 1111001 10101 0 100100 11001 1011111 100011 111101

Color Harmonies of #96BE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE79

Black with #96BE79

Text Example


Text Example

White with #96BE79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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