Html Css Color HEX #94A980 Olivine

📋 copy color: '#94A980'

red 148 ◦ green 169 ◦ blue 128

#94A980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #94A980

Tints of Olivine #94A980

RGB

 RED value IS 148 (58.2% from 255) = 33.26%

 GREEN value IS 169 (66.41% from 255) = 37.98%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 33.26%
G = 37.98%
B = 28.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#94A980 (or 0x94A980) is known color: Olivine. HEX triplet: 94, A9 and 80. RGB value is (148,169,128). Sum of RGB (Red+Green+Blue) = 148+169+128=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #94A980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A980 is #6B567F. Grayscale: #9E9E9E. Windows color (decimal): -7034496 or 8432020. OLE color: 8432020.

HSL color Cylindrical-coordinate representation of color #94A980: hue angle of 90.73º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94A980 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 169 128 -
CMYK 0.12 0 0.24 0.34
HSL 90.73º 0.19% 0.58% -
HSV(B) 90.73º 0.24% 0.66% -
XYZ 30.3 36.23 25.82 -
YUV 158.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 148 169 128 0.12 0 0.24 0.34 90.73 0.19 0.58
Hex 94 A9 80 C 0 18 22 5B 13 3A
Octal 224 251 200 14 0 30 42 133 23 72
Binary 10010100 10101001 10000000 1100 0 11000 100010 1011011 10011 111010

Color Harmonies of #94A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A980

Black with #94A980

Text Example


Text Example

White with #94A980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,169,128); }

 H1.HeaderClassName
 {
   color: #94A980;
 }
 .AnyTagClassName
 {
   color: #94A980;
 }
</style>

background-color css

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

 a { background-color: rgb(148,169,128); }

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

border-color css

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

 span { border-color: rgb(148,169,128); }

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