#95C773

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

Shades of Olivine #95C773

Tints of Olivine #95C773

Color information

#95C773 (or 0x95C773) is unknown color: approx Olivine. HEX triplet: 95, C7 and 73. RGB value is (149,199,115). Sum of RGB (Red+Green+Blue) = 149+199+115=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #95C773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C773 is #6A388C. Grayscale: #AEAEAE. Windows color (decimal): -6961293 or 7587733. OLE color: 7587733.

HSL color Cylindrical-coordinate representation of color #95C773: hue angle of 95.71º 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 #95C773 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB149199115-
CMYK0.2500.420.22
HSL95.71º42.86%61.57%-
HSV(B)95.71º42.21%78.04%-
XYZ35.9148.4723.68-
YUV174.4794.44109.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=32.18%
G=42.98%
B=24.84%

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
Decimal1491991150.2500.420.2295.7142.8661.57
Hex95C7731902A16602b3e
Octal22530716331052261405376
Binary10010101110001111110011110010101010101101100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C773; }

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

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

<style>
 a { background-color: #95C773; }

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

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

<style>
 span { border-color: #95C773; }

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

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