Html Css Color HEX #96B775 Olivine

📋 copy color: '#96B775'

red 150 ◦ green 183 ◦ blue 117

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

Shades of Olivine #96B775

Tints of Olivine #96B775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

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

R = 33.33%
G = 40.67%
B = 26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#96B775 (or 0x96B775) is known color: Olivine. HEX triplet: 96, B7 and 75. RGB value is (150,183,117). Sum of RGB (Red+Green+Blue) = 150+183+117=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #96B775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B775 is #69488A. Grayscale: #A5A5A5. Windows color (decimal): -6899851 or 7714710. OLE color: 7714710.

HSL color Cylindrical-coordinate representation of color #96B775: hue angle of 90º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96B775 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 117 -
CMYK 0.18 0 0.36 0.28
HSL 90º 0.31% 0.59% -
HSV(B) 90º 0.36% 0.72% -
XYZ 32.72 41.64 23.14 -
YUV 165.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 150 183 117 0.18 0 0.36 0.28 90 0.31 0.59
Hex 96 B7 75 12 0 24 1C 5A 1F 3B
Octal 226 267 165 22 0 44 34 132 37 73
Binary 10010110 10110111 1110101 10010 0 100100 11100 1011010 11111 111011

Color Harmonies of #96B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B775

Black with #96B775

Text Example


Text Example

White with #96B775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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