#95C05F

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

Shades of Olivine #95C05F

Tints of Olivine #95C05F

Color information

#95C05F (or 0x95C05F) is unknown color: approx Olivine. HEX triplet: 95, C0 and 5F. RGB value is (149,192,95). Sum of RGB (Red+Green+Blue) = 149+192+95=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #95C05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C05F is #6A3FA0. Grayscale: #A8A8A8. Windows color (decimal): -6963105 or 6275221. OLE color: 6275221.

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

Color convert

RGB14919295-
CMYK0.2200.510.25
HSL86.6º43.5%56.27%-
HSV(B)86.6º50.52%75.29%-
XYZ33.3144.9217.74-
YUV168.0886.75114.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=34.17%
G=44.04%
B=21.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149192950.2200.510.2586.643.556.27
Hex95C05F1603319572b38
Octal22530013726063311275370
Binary10010101110000001011111101100110011110011010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,192,95); }

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

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

 a { background-color: rgb(149,192,95); }

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

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

 span { border-color: rgb(149,192,95); }

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