#94C174

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

Shades of Olivine #94C174

Tints of Olivine #94C174

Color information

#94C174 (or 0x94C174) is unknown color: approx Olivine. HEX triplet: 94, C1 and 74. RGB value is (148,193,116). Sum of RGB (Red+Green+Blue) = 148+193+116=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #94C174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C174 is #6B3E8B. Grayscale: #ABABAB. Windows color (decimal): -7028364 or 7651732. OLE color: 7651732.

HSL color Cylindrical-coordinate representation of color #94C174: hue angle of 95.06º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94C174 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB148193116-
CMYK0.2300.400.24
HSL95.06º38.31%60.59%-
HSV(B)95.06º39.9%75.69%-
XYZ34.4445.723.53-
YUV170.7797.09111.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=32.39%
G=42.23%
B=25.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931160.2300.400.2495.0638.3160.59
Hex94C17417028185f263d
Octal22430116427050301374675
Binary10010100110000011110100101110101000110001011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,116); }

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

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

 a { background-color: rgb(148,193,116); }

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

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

 span { border-color: rgb(148,193,116); }

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