#94AB6C

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

Shades of Olivine #94AB6C

Tints of Olivine #94AB6C

Color information

#94AB6C (or 0x94AB6C) is unknown color: approx Olivine. HEX triplet: 94, AB and 6C. RGB value is (148,171,108). Sum of RGB (Red+Green+Blue) = 148+171+108=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB6C is #6B5493. Grayscale: #9D9D9D. Windows color (decimal): -7034004 or 7121812. OLE color: 7121812.

HSL color Cylindrical-coordinate representation of color #94AB6C: hue angle of 81.9º 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 #94AB6C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB148171108-
CMYK0.1300.370.33
HSL81.9º27.27%54.71%-
HSV(B)81.9º36.84%67.06%-
XYZ29.4836.519.68-
YUV156.94100.38121.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=34.66%
G=40.05%
B=25.29%

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
Decimal1481711080.1300.370.3381.927.2754.71
Hex94AB6CD02521521b37
Octal22425315415045411223367
Binary1001010010101011110110011010100101100001101001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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