Html Css Color HEX #8DB66D Olivine

📋 copy color: '#8DB66D'

red 141 ◦ green 182 ◦ blue 109

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

Shades of Olivine #8DB66D

Tints of Olivine #8DB66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 32.64%
G = 42.13%
B = 25.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#8DB66D (or 0x8DB66D) is known color: Olivine. HEX triplet: 8D, B6 and 6D. RGB value is (141,182,109). Sum of RGB (Red+Green+Blue) = 141+182+109=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB66D is #724992. Grayscale: #A1A1A1. Windows color (decimal): -7489939 or 7190157. OLE color: 7190157.

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

Color convert

RGB 141 182 109 -
CMYK 0.23 0 0.40 0.29
HSL 93.7º 0.33% 0.57% -
HSV(B) 93.7º 0.4% 0.71% -
XYZ 30.47 40.22 20.63 -
YUV 161.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 141 182 109 0.23 0 0.40 0.29 93.7 0.33 0.57
Hex 8D B6 6D 17 0 28 1D 5E 21 39
Octal 215 266 155 27 0 50 35 136 41 71
Binary 10001101 10110110 1101101 10111 0 101000 11101 1011110 100001 111001

Color Harmonies of #8DB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB66D

Black with #8DB66D

Text Example


Text Example

White with #8DB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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