#95C675

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

Shades of Olivine #95C675

Tints of Olivine #95C675

Color information

#95C675 (or 0x95C675) is unknown color: approx Olivine. HEX triplet: 95, C6 and 75. RGB value is (149,198,117). Sum of RGB (Red+Green+Blue) = 149+198+117=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #95C675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C675 is #6A398A. Grayscale: #AEAEAE. Windows color (decimal): -6961547 or 7718549. OLE color: 7718549.

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

Color convert

RGB149198117-
CMYK0.2500.410.22
HSL96.3º41.54%61.76%-
HSV(B)96.3º40.91%77.65%-
XYZ35.848.0624.22-
YUV174.1195.77110.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=32.11%
G=42.67%
B=25.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981170.2500.410.2296.341.5461.76
Hex95C6751902916602a3e
Octal22530616531051261405276
Binary10010101110001101110101110010101001101101100000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,117); }

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

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

 a { background-color: rgb(149,198,117); }

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

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

 span { border-color: rgb(149,198,117); }

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