Html Css Color HEX #8DB47A Olivine

📋 copy color: '#8DB47A'

red 141 ◦ green 180 ◦ blue 122

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

Shades of Olivine #8DB47A

Tints of Olivine #8DB47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 31.83%
G = 40.63%
B = 27.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#8DB47A (or 0x8DB47A) is known color: Olivine. HEX triplet: 8D, B4 and 7A. RGB value is (141,180,122). Sum of RGB (Red+Green+Blue) = 141+180+122=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB47A is #724B85. Grayscale: #A1A1A1. Windows color (decimal): -7490438 or 8041613. OLE color: 8041613.

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

Color convert

RGB 141 180 122 -
CMYK 0.22 0 0.32 0.29
HSL 100.34º 0.28% 0.59% -
HSV(B) 100.34º 0.32% 0.71% -
XYZ 30.82 39.71 24.45 -
YUV 161.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 141 180 122 0.22 0 0.32 0.29 100.34 0.28 0.59
Hex 8D B4 7A 16 0 20 1D 64 1C 3B
Octal 215 264 172 26 0 40 35 144 34 73
Binary 10001101 10110100 1111010 10110 0 100000 11101 1100100 11100 111011

Color Harmonies of #8DB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB47A

Black with #8DB47A

Text Example


Text Example

White with #8DB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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