#95C07A

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

Shades of Olivine #95C07A

Tints of Olivine #95C07A

Color information

#95C07A (or 0x95C07A) is unknown color: approx Olivine. HEX triplet: 95, C0 and 7A. RGB value is (149,192,122). Sum of RGB (Red+Green+Blue) = 149+192+122=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #95C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C07A is #6A3F85. Grayscale: #ABABAB. Windows color (decimal): -6963078 or 8044693. OLE color: 8044693.

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

Color convert

RGB149192122-
CMYK0.2200.360.25
HSL96.86º35.71%61.57%-
HSV(B)96.86º36.46%75.29%-
XYZ34.7645.4925.36-
YUV171.16100.25112.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=32.18%
G=41.47%
B=26.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491921220.2200.360.2596.8635.7161.57
Hex95C07A160241961243e
Octal22530017226044311414476
Binary10010101110000001111010101100100100110011100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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