Html Css Color HEX #8DB679 Olivine

📋 copy color: '#8DB679'

red 141 ◦ green 182 ◦ blue 121

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

Shades of Olivine #8DB679

Tints of Olivine #8DB679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 31.76%
G = 40.99%
B = 27.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#8DB679 (or 0x8DB679) is known color: Olivine. HEX triplet: 8D, B6 and 79. RGB value is (141,182,121). Sum of RGB (Red+Green+Blue) = 141+182+121=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB679 is #724986. Grayscale: #A2A2A2. Windows color (decimal): -7489927 or 7976589. OLE color: 7976589.

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

Color convert

RGB 141 182 121 -
CMYK 0.23 0 0.34 0.29
HSL 100.33º 0.29% 0.59% -
HSV(B) 100.33º 0.34% 0.71% -
XYZ 31.16 40.5 24.26 -
YUV 162.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 141 182 121 0.23 0 0.34 0.29 100.33 0.29 0.59
Hex 8D B6 79 17 0 22 1D 64 1D 3B
Octal 215 266 171 27 0 42 35 144 35 73
Binary 10001101 10110110 1111001 10111 0 100010 11101 1100100 11101 111011

Color Harmonies of #8DB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB679

Black with #8DB679

Text Example


Text Example

White with #8DB679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,182,121); }

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

background-color css

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

 a { background-color: rgb(141,182,121); }

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

border-color css

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

 span { border-color: rgb(141,182,121); }

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