#95C76F

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

Shades of Olivine #95C76F

Tints of Olivine #95C76F

Color information

#95C76F (or 0x95C76F) is unknown color: approx Olivine. HEX triplet: 95, C7 and 6F. RGB value is (149,199,111). Sum of RGB (Red+Green+Blue) = 149+199+111=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #95C76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C76F is #6A3890. Grayscale: #AEAEAE. Windows color (decimal): -6961297 or 7325589. OLE color: 7325589.

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

Color convert

RGB149199111-
CMYK0.2500.440.22
HSL94.09º44%60.78%-
HSV(B)94.09º44.22%78.04%-
XYZ35.6948.3822.5-
YUV174.0292.44110.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=32.46%
G=43.36%
B=24.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991110.2500.440.2294.094460.78
Hex95C76F1902C165e2c3d
Octal22530715731054261365475
Binary10010101110001111101111110010101100101101011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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