Html Css Color HEX #8DB97B Olivine

📋 copy color: '#8DB97B'

red 141 ◦ green 185 ◦ blue 123

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

Shades of Olivine #8DB97B

Tints of Olivine #8DB97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.39%

R = 31.4%
G = 41.2%
B = 27.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#8DB97B (or 0x8DB97B) is known color: Olivine. HEX triplet: 8D, B9 and 7B. RGB value is (141,185,123). Sum of RGB (Red+Green+Blue) = 141+185+123=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB97B is #724684. Grayscale: #A4A4A4. Windows color (decimal): -7489157 or 8108429. OLE color: 8108429.

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

Color convert

RGB 141 185 123 -
CMYK 0.24 0 0.34 0.27
HSL 102.58º 0.31% 0.6% -
HSV(B) 102.58º 0.34% 0.73% -
XYZ 31.91 41.79 25.12 -
YUV 164.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 141 185 123 0.24 0 0.34 0.27 102.58 0.31 0.6
Hex 8D B9 7B 18 0 22 1B 67 1F 3C
Octal 215 271 173 30 0 42 33 147 37 74
Binary 10001101 10111001 1111011 11000 0 100010 11011 1100111 11111 111100

Color Harmonies of #8DB97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB97B

Black with #8DB97B

Text Example


Text Example

White with #8DB97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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