#95AB6C

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

Shades of Olivine #95AB6C

Tints of Olivine #95AB6C

Color information

#95AB6C (or 0x95AB6C) is unknown color: approx Olivine. HEX triplet: 95, AB and 6C. RGB value is (149,171,108). Sum of RGB (Red+Green+Blue) = 149+171+108=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AB6C is #6A5493. Grayscale: #9D9D9D. Windows color (decimal): -6968468 or 7121813. OLE color: 7121813.

HSL color Cylindrical-coordinate representation of color #95AB6C: hue angle of 80.95º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95AB6C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB149171108-
CMYK0.1300.370.33
HSL80.95º27.27%54.71%-
HSV(B)80.95º36.84%67.06%-
XYZ29.6636.619.69-
YUV157.24100.21122.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=34.81%
G=39.95%
B=25.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711080.1300.370.3380.9527.2754.71
Hex95AB6CD02521511b37
Octal22525315415045411213367
Binary1001010110101011110110011010100101100001101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,108); }

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

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

 a { background-color: rgb(149,171,108); }

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

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

 span { border-color: rgb(149,171,108); }

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