Html Css Color HEX #96BB75 Olivine

📋 copy color: '#96BB75'

red 150 ◦ green 187 ◦ blue 117

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

Shades of Olivine #96BB75

Tints of Olivine #96BB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

 BLUE value IS 117 (46.09% from 255) = 25.77%

R = 33.04%
G = 41.19%
B = 25.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#96BB75 (or 0x96BB75) is known color: Olivine. HEX triplet: 96, BB and 75. RGB value is (150,187,117). Sum of RGB (Red+Green+Blue) = 150+187+117=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB75 is #69448A. Grayscale: #A8A8A8. Windows color (decimal): -6898827 or 7715734. OLE color: 7715734.

HSL color Cylindrical-coordinate representation of color #96BB75: hue angle of 91.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96BB75 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 117 -
CMYK 0.20 0 0.37 0.27
HSL 91.71º 0.34% 0.6% -
HSV(B) 91.71º 0.37% 0.73% -
XYZ 33.56 43.31 23.42 -
YUV 167.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 150 187 117 0.20 0 0.37 0.27 91.71 0.34 0.6
Hex 96 BB 75 14 0 25 1B 5C 22 3C
Octal 226 273 165 24 0 45 33 134 42 74
Binary 10010110 10111011 1110101 10100 0 100101 11011 1011100 100010 111100

Color Harmonies of #96BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB75

Black with #96BB75

Text Example


Text Example

White with #96BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,187,117); }

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

background-color css

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

 a { background-color: rgb(150,187,117); }

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

border-color css

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

 span { border-color: rgb(150,187,117); }

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