Html Css Color HEX #96B37A Olivine

📋 copy color: '#96B37A'

red 150 ◦ green 179 ◦ blue 122

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

Shades of Olivine #96B37A

Tints of Olivine #96B37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.69%

 BLUE value IS 122 (48.05% from 255) = 27.05%

R = 33.26%
G = 39.69%
B = 27.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#96B37A (or 0x96B37A) is known color: Olivine. HEX triplet: 96, B3 and 7A. RGB value is (150,179,122). Sum of RGB (Red+Green+Blue) = 150+179+122=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #96B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B37A is #694C85. Grayscale: #A4A4A4. Windows color (decimal): -6900870 or 8041366. OLE color: 8041366.

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

Color convert

RGB 150 179 122 -
CMYK 0.16 0 0.32 0.30
HSL 90.53º 0.27% 0.59% -
HSV(B) 90.53º 0.32% 0.7% -
XYZ 32.21 40.13 24.46 -
YUV 163.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 150 179 122 0.16 0 0.32 0.30 90.53 0.27 0.59
Hex 96 B3 7A 10 0 20 1E 5B 1B 3B
Octal 226 263 172 20 0 40 36 133 33 73
Binary 10010110 10110011 1111010 10000 0 100000 11110 1011011 11011 111011

Color Harmonies of #96B37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B37A

Black with #96B37A

Text Example


Text Example

White with #96B37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,122); }

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

background-color css

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

 a { background-color: rgb(150,179,122); }

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

border-color css

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

 span { border-color: rgb(150,179,122); }

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