Html Css Color HEX #94AA79 Olivine

📋 copy color: '#94AA79'

red 148 ◦ green 170 ◦ blue 121

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

Shades of Olivine #94AA79

Tints of Olivine #94AA79

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.72%

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 33.71%
G = 38.72%
B = 27.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#94AA79 (or 0x94AA79) is known color: Olivine. HEX triplet: 94, AA and 79. RGB value is (148,170,121). Sum of RGB (Red+Green+Blue) = 148+170+121=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA79 is #6B5586. Grayscale: #9E9E9E. Windows color (decimal): -7034247 or 7973524. OLE color: 7973524.

HSL color Cylindrical-coordinate representation of color #94AA79: hue angle of 86.94º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94AA79 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 170 121 -
CMYK 0.13 0 0.29 0.33
HSL 86.94º 0.22% 0.57% -
HSV(B) 86.94º 0.29% 0.67% -
XYZ 30.04 36.43 23.54 -
YUV 157.84 107.21 120.98 -
System Red Green Blue C M Y K H S L
Decimal 148 170 121 0.13 0 0.29 0.33 86.94 0.22 0.57
Hex 94 AA 79 D 0 1D 21 57 16 39
Octal 224 252 171 15 0 35 41 127 26 71
Binary 10010100 10101010 1111001 1101 0 11101 100001 1010111 10110 111001

Color Harmonies of #94AA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA79

Black with #94AA79

Text Example


Text Example

White with #94AA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,170,121); }

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

background-color css

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

 a { background-color: rgb(148,170,121); }

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

border-color css

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

 span { border-color: rgb(148,170,121); }

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