#95C064

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

Shades of Olivine #95C064

Tints of Olivine #95C064

Color information

#95C064 (or 0x95C064) is unknown color: approx Olivine. HEX triplet: 95, C0 and 64. RGB value is (149,192,100). Sum of RGB (Red+Green+Blue) = 149+192+100=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #95C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C064 is #6A3F9B. Grayscale: #A8A8A8. Windows color (decimal): -6963100 or 6602901. OLE color: 6602901.

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

Color convert

RGB149192100-
CMYK0.2200.480.25
HSL88.04º42.2%57.25%-
HSV(B)88.04º47.92%75.29%-
XYZ33.5445.0118.98-
YUV168.6689.25113.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=33.79%
G=43.54%
B=22.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491921000.2200.480.2588.0442.257.25
Hex95C0641603019582a39
Octal22530014426060311305271
Binary10010101110000001100100101100110000110011011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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