#95CC6A

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

Shades of Olivine #95CC6A

Tints of Olivine #95CC6A

Color information

#95CC6A (or 0x95CC6A) is unknown color: approx Olivine. HEX triplet: 95, CC and 6A. RGB value is (149,204,106). Sum of RGB (Red+Green+Blue) = 149+204+106=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CC6A is #6A3395. Grayscale: #B0B0B0. Windows color (decimal): -6960022 or 6999189. OLE color: 6999189.

HSL color Cylindrical-coordinate representation of color #95CC6A: hue angle of 93.67º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95CC6A is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB149204106-
CMYK0.2700.480.2
HSL93.67º49%60.78%-
HSV(B)93.67º48.04%80%-
XYZ36.5950.6221.48-
YUV176.3888.28108.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=32.46%
G=44.44%
B=23.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041060.2700.480.293.674960.78
Hex95CC6A1B030145e313d
Octal22531415233060241366175
Binary10010101110011001101010110110110000101001011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,106); }

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

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

 a { background-color: rgb(149,204,106); }

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

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

 span { border-color: rgb(149,204,106); }

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