Html Css Color HEX #8DB478 Olivine

📋 copy color: '#8DB478'

red 141 ◦ green 180 ◦ blue 120

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

Shades of Olivine #8DB478

Tints of Olivine #8DB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 31.97%
G = 40.82%
B = 27.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#8DB478 (or 0x8DB478) is known color: Olivine. HEX triplet: 8D, B4 and 78. RGB value is (141,180,120). Sum of RGB (Red+Green+Blue) = 141+180+120=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB478 is #724B87. Grayscale: #A1A1A1. Windows color (decimal): -7490440 or 7910541. OLE color: 7910541.

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

Color convert

RGB 141 180 120 -
CMYK 0.22 0 0.33 0.29
HSL 99º 0.29% 0.59% -
HSV(B) 99º 0.33% 0.71% -
XYZ 30.7 39.66 23.81 -
YUV 161.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 141 180 120 0.22 0 0.33 0.29 99 0.29 0.59
Hex 8D B4 78 16 0 21 1D 63 1D 3B
Octal 215 264 170 26 0 41 35 143 35 73
Binary 10001101 10110100 1111000 10110 0 100001 11101 1100011 11101 111011

Color Harmonies of #8DB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB478

Black with #8DB478

Text Example


Text Example

White with #8DB478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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