Html Css Color HEX #94AD74 Olivine

📋 copy color: '#94AD74'

red 148 ◦ green 173 ◦ blue 116

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

Shades of Olivine #94AD74

Tints of Olivine #94AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 33.87%
G = 39.59%
B = 26.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#94AD74 (or 0x94AD74) is known color: Olivine. HEX triplet: 94, AD and 74. RGB value is (148,173,116). Sum of RGB (Red+Green+Blue) = 148+173+116=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD74 is #6B528B. Grayscale: #9F9F9F. Windows color (decimal): -7033484 or 7646612. OLE color: 7646612.

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

Color convert

RGB 148 173 116 -
CMYK 0.14 0 0.33 0.32
HSL 86.32º 0.26% 0.57% -
HSV(B) 86.32º 0.33% 0.68% -
XYZ 30.31 37.44 22.15 -
YUV 159.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 148 173 116 0.14 0 0.33 0.32 86.32 0.26 0.57
Hex 94 AD 74 E 0 21 20 56 1A 39
Octal 224 255 164 16 0 41 40 126 32 71
Binary 10010100 10101101 1110100 1110 0 100001 100000 1010110 11010 111001

Color Harmonies of #94AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD74

Black with #94AD74

Text Example


Text Example

White with #94AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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