Html Css Color HEX #94A873 Olivine

📋 copy color: '#94A873'

red 148 ◦ green 168 ◦ blue 115

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

Shades of Olivine #94A873

Tints of Olivine #94A873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.98%

 BLUE value IS 115 (45.31% from 255) = 26.68%

R = 34.34%
G = 38.98%
B = 26.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#94A873 (or 0x94A873) is known color: Olivine. HEX triplet: 94, A8 and 73. RGB value is (148,168,115). Sum of RGB (Red+Green+Blue) = 148+168+115=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 168 - color contains mainly: green. Hex color #94A873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A873 is #6B578C. Grayscale: #9C9C9C. Windows color (decimal): -7034765 or 7579796. OLE color: 7579796.

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

Color convert

RGB 148 168 115 -
CMYK 0.12 0 0.32 0.34
HSL 82.64º 0.23% 0.55% -
HSV(B) 82.64º 0.32% 0.66% -
XYZ 29.31 35.54 21.53 -
YUV 155.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 148 168 115 0.12 0 0.32 0.34 82.64 0.23 0.55
Hex 94 A8 73 C 0 20 22 53 17 37
Octal 224 250 163 14 0 40 42 123 27 67
Binary 10010100 10101000 1110011 1100 0 100000 100010 1010011 10111 110111

Color Harmonies of #94A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A873

Black with #94A873

Text Example


Text Example

White with #94A873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,168,115); }

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

background-color css

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

 a { background-color: rgb(148,168,115); }

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

border-color css

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

 span { border-color: rgb(148,168,115); }

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