#96c773

Color #96C773 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #96C773

Tints of Olivine #96C773

Color information

#96C773 (or 0x96C773) is unknown color: approx Olivine. HEX triplet: 96, C7 and 73. RGB value is (150,199,115). Sum of RGB (Red+Green+Blue) = 150+199+115=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #96C773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C773 is #69388C. Grayscale: #AFAFAF. Windows color (decimal): -6895757 or 7587734. OLE color: 7587734.

HSL color Cylindrical-coordinate representation of color #96C773: hue angle of 95º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96C773 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB150199115-
CMYK0.2500.420.22
HSL95º42.86%61.57%-
HSV(B)95º42.21%78.04%-
XYZ36.148.5723.69-
YUV174.7794.27110.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 199 (78.12% from 255) = 42.89%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=32.33%
G=42.89%
B=24.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991150.2500.420.229542.8661.57
Hex96C7731902A165f2b3e
Octal22630716331052261375376
Binary10010110110001111110011110010101010101101011111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,199,115); }

 H1.HeaderClassName
 {
   color: #96c773;
 }
 .AnyTagClassName
 {
   color: #96c773;
 }
</style>
background-color css

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

 a { background-color: rgb(150,199,115); }

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

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

 span { border-color: rgb(150,199,115); }

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