Html Css Color HEX #8DB97C Olivine

📋 copy color: '#8DB97C'

red 141 ◦ green 185 ◦ blue 124

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

Shades of Olivine #8DB97C

Tints of Olivine #8DB97C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 31.33%
G = 41.11%
B = 27.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#8DB97C (or 0x8DB97C) is known color: Olivine. HEX triplet: 8D, B9 and 7C. RGB value is (141,185,124). Sum of RGB (Red+Green+Blue) = 141+185+124=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB97C is #724683. Grayscale: #A5A5A5. Windows color (decimal): -7489156 or 8173965. OLE color: 8173965.

HSL color Cylindrical-coordinate representation of color #8DB97C: hue angle of 103.28º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DB97C is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 124 -
CMYK 0.24 0 0.33 0.27
HSL 103.28º 0.3% 0.61% -
HSV(B) 103.28º 0.33% 0.73% -
XYZ 31.97 41.82 25.45 -
YUV 164.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 141 185 124 0.24 0 0.33 0.27 103.28 0.3 0.61
Hex 8D B9 7C 18 0 21 1B 67 1E 3D
Octal 215 271 174 30 0 41 33 147 36 75
Binary 10001101 10111001 1111100 11000 0 100001 11011 1100111 11110 111101

Color Harmonies of #8DB97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB97C

Black with #8DB97C

Text Example


Text Example

White with #8DB97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,124); }

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

background-color css

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

 a { background-color: rgb(141,185,124); }

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

border-color css

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

 span { border-color: rgb(141,185,124); }

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