#95B661

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

Shades of Olivine #95B661

Tints of Olivine #95B661

Color information

#95B661 (or 0x95B661) is unknown color: approx Olivine. HEX triplet: 95, B6 and 61. RGB value is (149,182,97). Sum of RGB (Red+Green+Blue) = 149+182+97=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #95B661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B661 is #6A499E. Grayscale: #A2A2A2. Windows color (decimal): -6965663 or 6403733. OLE color: 6403733.

HSL color Cylindrical-coordinate representation of color #95B661: hue angle of 83.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95B661 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB14918297-
CMYK0.1800.470.29
HSL83.29º36.8%54.71%-
HSV(B)83.29º46.7%71.37%-
XYZ31.2840.7117.52-
YUV162.4491.07118.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=34.81%
G=42.52%
B=22.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149182970.1800.470.2983.2936.854.71
Hex95B6611202F1D532537
Octal22526614122057351234567
Binary10010101101101101100001100100101111111011010011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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