Html Css Color HEX #94AB70 Olivine

📋 copy color: '#94AB70'

red 148 ◦ green 171 ◦ blue 112

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

Shades of Olivine #94AB70

Tints of Olivine #94AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 34.34%
G = 39.68%
B = 25.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#94AB70 (or 0x94AB70) is known color: Olivine. HEX triplet: 94, AB and 70. RGB value is (148,171,112). Sum of RGB (Red+Green+Blue) = 148+171+112=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB70 is #6B548F. Grayscale: #9D9D9D. Windows color (decimal): -7034000 or 7383956. OLE color: 7383956.

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

Color convert

RGB 148 171 112 -
CMYK 0.13 0 0.35 0.33
HSL 83.39º 0.26% 0.55% -
HSV(B) 83.39º 0.35% 0.67% -
XYZ 29.7 36.59 20.83 -
YUV 157.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 148 171 112 0.13 0 0.35 0.33 83.39 0.26 0.55
Hex 94 AB 70 D 0 23 21 53 1A 37
Octal 224 253 160 15 0 43 41 123 32 67
Binary 10010100 10101011 1110000 1101 0 100011 100001 1010011 11010 110111

Color Harmonies of #94AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB70

Black with #94AB70

Text Example


Text Example

White with #94AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,171,112); }

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

background-color css

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

 a { background-color: rgb(148,171,112); }

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

border-color css

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

 span { border-color: rgb(148,171,112); }

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