Html Css Color HEX #96BB7F Olivine

📋 copy color: '#96BB7F'

red 150 ◦ green 187 ◦ blue 127

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

Shades of Olivine #96BB7F

Tints of Olivine #96BB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.37%

R = 32.33%
G = 40.3%
B = 27.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#96BB7F (or 0x96BB7F) is known color: Olivine. HEX triplet: 96, BB and 7F. RGB value is (150,187,127). Sum of RGB (Red+Green+Blue) = 150+187+127=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB7F is #694480. Grayscale: #A9A9A9. Windows color (decimal): -6898817 or 8371094. OLE color: 8371094.

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

Color convert

RGB 150 187 127 -
CMYK 0.20 0 0.32 0.27
HSL 97º 0.31% 0.62% -
HSV(B) 97º 0.32% 0.73% -
XYZ 34.18 43.56 26.68 -
YUV 169.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 150 187 127 0.20 0 0.32 0.27 97 0.31 0.62
Hex 96 BB 7F 14 0 20 1B 61 1F 3E
Octal 226 273 177 24 0 40 33 141 37 76
Binary 10010110 10111011 1111111 10100 0 100000 11011 1100001 11111 111110

Color Harmonies of #96BB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB7F

Black with #96BB7F

Text Example


Text Example

White with #96BB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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