Html Css Color HEX #8DB170 Olivine

📋 copy color: '#8DB170'

red 141 ◦ green 177 ◦ blue 112

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

Shades of Olivine #8DB170

Tints of Olivine #8DB170

RGB

 RED value IS 141 (55.47% from 255) = 32.79%

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

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

R = 32.79%
G = 41.16%
B = 26.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#8DB170 (or 0x8DB170) is known color: Olivine. HEX triplet: 8D, B1 and 70. RGB value is (141,177,112). Sum of RGB (Red+Green+Blue) = 141+177+112=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB170 is #724E8F. Grayscale: #9F9F9F. Windows color (decimal): -7491216 or 7385485. OLE color: 7385485.

HSL color Cylindrical-coordinate representation of color #8DB170: hue angle of 93.23º 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 #8DB170 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 177 112 -
CMYK 0.20 0 0.37 0.31
HSL 93.23º 0.29% 0.57% -
HSV(B) 93.23º 0.37% 0.69% -
XYZ 29.63 38.28 21.16 -
YUV 158.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 141 177 112 0.20 0 0.37 0.31 93.23 0.29 0.57
Hex 8D B1 70 14 0 25 1F 5D 1D 39
Octal 215 261 160 24 0 45 37 135 35 71
Binary 10001101 10110001 1110000 10100 0 100101 11111 1011101 11101 111001

Color Harmonies of #8DB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB170

Black with #8DB170

Text Example


Text Example

White with #8DB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DB170; }

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

 H1.HeaderClassName
 {
   color: #8DB170;
 }
 .AnyTagClassName
 {
   color: #8DB170;
 }
</style>

background-color css

<style>
 a { background-color: #8DB170; }

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

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

border-color css

<style>
 span { border-color: #8DB170; }

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

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