#94AC6A

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

Shades of Olivine #94AC6A

Tints of Olivine #94AC6A

Color information

#94AC6A (or 0x94AC6A) is unknown color: approx Olivine. HEX triplet: 94, AC and 6A. RGB value is (148,172,106). Sum of RGB (Red+Green+Blue) = 148+172+106=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC6A is #6B5395. Grayscale: #9D9D9D. Windows color (decimal): -7033750 or 6990996. OLE color: 6990996.

HSL color Cylindrical-coordinate representation of color #94AC6A: hue angle of 81.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94AC6A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB148172106-
CMYK0.1400.380.33
HSL81.82º28.45%54.51%-
HSV(B)81.82º38.37%67.45%-
XYZ29.5736.8419.19-
YUV157.399.05121.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=34.74%
G=40.38%
B=24.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721060.1400.380.3381.8228.4554.51
Hex94AC6AE02621521c37
Octal22425415216046411223467
Binary1001010010101100110101011100100110100001101001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,172,106); }

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

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

 a { background-color: rgb(148,172,106); }

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

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

 span { border-color: rgb(148,172,106); }

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