Html Css Color HEX #8DB37A Olivine

📋 copy color: '#8DB37A'

red 141 ◦ green 179 ◦ blue 122

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

Shades of Olivine #8DB37A

Tints of Olivine #8DB37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

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

R = 31.9%
G = 40.5%
B = 27.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#8DB37A (or 0x8DB37A) is known color: Olivine. HEX triplet: 8D, B3 and 7A. RGB value is (141,179,122). Sum of RGB (Red+Green+Blue) = 141+179+122=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB37A is #724C85. Grayscale: #A1A1A1. Windows color (decimal): -7490694 or 8041357. OLE color: 8041357.

HSL color Cylindrical-coordinate representation of color #8DB37A: hue angle of 100º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DB37A is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 179 122 -
CMYK 0.21 0 0.32 0.30
HSL 100º 0.27% 0.59% -
HSV(B) 100º 0.32% 0.7% -
XYZ 30.62 39.31 24.39 -
YUV 161.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 141 179 122 0.21 0 0.32 0.30 100 0.27 0.59
Hex 8D B3 7A 15 0 20 1E 64 1B 3B
Octal 215 263 172 25 0 40 36 144 33 73
Binary 10001101 10110011 1111010 10101 0 100000 11110 1100100 11011 111011

Color Harmonies of #8DB37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB37A

Black with #8DB37A

Text Example


Text Example

White with #8DB37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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