Html Css Color HEX #94AD80 Olivine

📋 copy color: '#94AD80'

red 148 ◦ green 173 ◦ blue 128

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

Shades of Olivine #94AD80

Tints of Olivine #94AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.53%

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

R = 32.96%
G = 38.53%
B = 28.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#94AD80 (or 0x94AD80) is known color: Olivine. HEX triplet: 94, AD and 80. RGB value is (148,173,128). Sum of RGB (Red+Green+Blue) = 148+173+128=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD80 is #6B527F. Grayscale: #A0A0A0. Windows color (decimal): -7033472 or 8433044. OLE color: 8433044.

HSL color Cylindrical-coordinate representation of color #94AD80: hue angle of 93.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94AD80 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 128 -
CMYK 0.14 0 0.26 0.32
HSL 93.33º 0.22% 0.59% -
HSV(B) 93.33º 0.26% 0.68% -
XYZ 31.05 37.74 26.07 -
YUV 160.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 148 173 128 0.14 0 0.26 0.32 93.33 0.22 0.59
Hex 94 AD 80 E 0 1A 20 5D 16 3B
Octal 224 255 200 16 0 32 40 135 26 73
Binary 10010100 10101101 10000000 1110 0 11010 100000 1011101 10110 111011

Color Harmonies of #94AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD80

Black with #94AD80

Text Example


Text Example

White with #94AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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