#94B778

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

Shades of Olivine #94B778

Tints of Olivine #94B778

Color information

#94B778 (or 0x94B778) is unknown color: approx Olivine. HEX triplet: 94, B7 and 78. RGB value is (148,183,120). Sum of RGB (Red+Green+Blue) = 148+183+120=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #94B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B778 is #6B4887. Grayscale: #A5A5A5. Windows color (decimal): -7030920 or 7911316. OLE color: 7911316.

HSL color Cylindrical-coordinate representation of color #94B778: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94B778 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB148183120-
CMYK0.1900.340.28
HSL93.33º30.43%59.41%-
HSV(B)93.33º34.43%71.76%-
XYZ32.5441.5224.07-
YUV165.35102.4115.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=32.82%
G=40.58%
B=26.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831200.1900.340.2893.3330.4359.41
Hex94B778130221C5d1e3b
Octal22426717023042341353673
Binary1001010010110111111100010011010001011100101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,183,120); }

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

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

 a { background-color: rgb(148,183,120); }

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

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

 span { border-color: rgb(148,183,120); }

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