Html Css Color HEX #96B57B Olivine

📋 copy color: '#96B57B'

red 150 ◦ green 181 ◦ blue 123

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

Shades of Olivine #96B57B

Tints of Olivine #96B57B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 33.04%
G = 39.87%
B = 27.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#96B57B (or 0x96B57B) is known color: Olivine. HEX triplet: 96, B5 and 7B. RGB value is (150,181,123). Sum of RGB (Red+Green+Blue) = 150+181+123=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #96B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B57B is #694A84. Grayscale: #A5A5A5. Windows color (decimal): -6900357 or 8107414. OLE color: 8107414.

HSL color Cylindrical-coordinate representation of color #96B57B: hue angle of 92.07º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B57B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 123 -
CMYK 0.17 0 0.32 0.29
HSL 92.07º 0.28% 0.6% -
HSV(B) 92.07º 0.32% 0.71% -
XYZ 32.68 40.96 24.92 -
YUV 165.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 150 181 123 0.17 0 0.32 0.29 92.07 0.28 0.6
Hex 96 B5 7B 11 0 20 1D 5C 1C 3C
Octal 226 265 173 21 0 40 35 134 34 74
Binary 10010110 10110101 1111011 10001 0 100000 11101 1011100 11100 111100

Color Harmonies of #96B57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B57B

Black with #96B57B

Text Example


Text Example

White with #96B57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,181,123); }

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

background-color css

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

 a { background-color: rgb(150,181,123); }

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

border-color css

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

 span { border-color: rgb(150,181,123); }

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