Html Css Color HEX #8DB470 Olivine

📋 copy color: '#8DB470'

red 141 ◦ green 180 ◦ blue 112

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

Shades of Olivine #8DB470

Tints of Olivine #8DB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

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

R = 32.56%
G = 41.57%
B = 25.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#8DB470 (or 0x8DB470) is known color: Olivine. HEX triplet: 8D, B4 and 70. RGB value is (141,180,112). Sum of RGB (Red+Green+Blue) = 141+180+112=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB470 is #724B8F. Grayscale: #A0A0A0. Windows color (decimal): -7490448 or 7386253. OLE color: 7386253.

HSL color Cylindrical-coordinate representation of color #8DB470: hue angle of 94.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DB470 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 180 112 -
CMYK 0.22 0 0.38 0.29
HSL 94.41º 0.31% 0.57% -
HSV(B) 94.41º 0.38% 0.71% -
XYZ 30.23 39.48 21.36 -
YUV 160.59 100.58 114.03 -
System Red Green Blue C M Y K H S L
Decimal 141 180 112 0.22 0 0.38 0.29 94.41 0.31 0.57
Hex 8D B4 70 16 0 26 1D 5E 1F 39
Octal 215 264 160 26 0 46 35 136 37 71
Binary 10001101 10110100 1110000 10110 0 100110 11101 1011110 11111 111001

Color Harmonies of #8DB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB470

Black with #8DB470

Text Example


Text Example

White with #8DB470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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