#95CC61

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

Shades of Olivine #95CC61

Tints of Olivine #95CC61

Color information

#95CC61 (or 0x95CC61) is unknown color: approx Olivine. HEX triplet: 95, CC and 61. RGB value is (149,204,97). Sum of RGB (Red+Green+Blue) = 149+204+97=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CC61 is #6A339E. Grayscale: #AFAFAF. Windows color (decimal): -6960031 or 6409365. OLE color: 6409365.

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

Color convert

RGB14920497-
CMYK0.2700.520.2
HSL90.84º51.2%59.02%-
HSV(B)90.84º52.45%80%-
XYZ36.1450.4419.14-
YUV175.3683.78109.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 204 (80.08% from 255) = 45.33%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=33.11%
G=45.33%
B=21.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149204970.2700.520.290.8451.259.02
Hex95CC611B034145b333b
Octal22531414133064241336373
Binary10010101110011001100001110110110100101001011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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