#94AC6E

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

Shades of Olivine #94AC6E

Tints of Olivine #94AC6E

Color information

#94AC6E (or 0x94AC6E) is unknown color: approx Olivine. HEX triplet: 94, AC and 6E. RGB value is (148,172,110). Sum of RGB (Red+Green+Blue) = 148+172+110=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC6E is #6B5391. Grayscale: #9D9D9D. Windows color (decimal): -7033746 or 7253140. OLE color: 7253140.

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

Color convert

RGB148172110-
CMYK0.1400.360.33
HSL83.23º27.19%55.29%-
HSV(B)83.23º36.05%67.45%-
XYZ29.7836.9320.31-
YUV157.76101.05121.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 25.58%
R=34.42%
G=40%
B=25.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721100.1400.360.3383.2327.1955.29
Hex94AC6EE02421531b37
Octal22425415616044411233367
Binary1001010010101100110111011100100100100001101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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