Html Css Color HEX #94B170 Olivine

📋 copy color: '#94B170'

red 148 ◦ green 177 ◦ blue 112

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

Shades of Olivine #94B170

Tints of Olivine #94B170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.5%

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

R = 33.87%
G = 40.5%
B = 25.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#94B170 (or 0x94B170) is known color: Olivine. HEX triplet: 94, B1 and 70. RGB value is (148,177,112). Sum of RGB (Red+Green+Blue) = 148+177+112=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #94B170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B170 is #6B4E8F. Grayscale: #A1A1A1. Windows color (decimal): -7032464 or 7385492. OLE color: 7385492.

HSL color Cylindrical-coordinate representation of color #94B170: hue angle of 86.77º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B170 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 177 112 -
CMYK 0.16 0 0.37 0.31
HSL 86.77º 0.29% 0.57% -
HSV(B) 86.77º 0.37% 0.69% -
XYZ 30.86 38.91 21.21 -
YUV 160.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 148 177 112 0.16 0 0.37 0.31 86.77 0.29 0.57
Hex 94 B1 70 10 0 25 1F 57 1D 39
Octal 224 261 160 20 0 45 37 127 35 71
Binary 10010100 10110001 1110000 10000 0 100101 11111 1010111 11101 111001

Color Harmonies of #94B170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B170

Black with #94B170

Text Example


Text Example

White with #94B170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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