#95C774

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

Shades of Olivine #95C774

Tints of Olivine #95C774

Color information

#95C774 (or 0x95C774) is unknown color: approx Olivine. HEX triplet: 95, C7 and 74. RGB value is (149,199,116). Sum of RGB (Red+Green+Blue) = 149+199+116=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #95C774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C774 is #6A388B. Grayscale: #AEAEAE. Windows color (decimal): -6961292 or 7653269. OLE color: 7653269.

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

Color convert

RGB149199116-
CMYK0.2500.420.22
HSL96.14º42.56%61.76%-
HSV(B)96.14º41.71%78.04%-
XYZ35.9748.523.99-
YUV174.5994.94109.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 199 (78.12% from 255) = 42.89%
BLUE value IS 116 (45.70% from 255) = 25%
R=32.11%
G=42.89%
B=25%

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
Decimal1491991160.2500.420.2296.1442.5661.76
Hex95C7741902A16602b3e
Octal22530716431052261405376
Binary10010101110001111110100110010101010101101100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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