Html Css Color HEX #8DBB73 Olivine

📋 copy color: '#8DBB73'

red 141 ◦ green 187 ◦ blue 115

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

Shades of Olivine #8DBB73

Tints of Olivine #8DBB73

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.21%

 BLUE value IS 115 (45.31% from 255) = 25.96%

R = 31.83%
G = 42.21%
B = 25.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#8DBB73 (or 0x8DBB73) is known color: Olivine. HEX triplet: 8D, BB and 73. RGB value is (141,187,115). Sum of RGB (Red+Green+Blue) = 141+187+115=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB73 is #72448C. Grayscale: #A5A5A5. Windows color (decimal): -7488653 or 7584653. OLE color: 7584653.

HSL color Cylindrical-coordinate representation of color #8DBB73: hue angle of 98.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBB73 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 115 -
CMYK 0.25 0 0.39 0.27
HSL 98.33º 0.35% 0.59% -
HSV(B) 98.33º 0.39% 0.73% -
XYZ 31.85 42.44 22.73 -
YUV 165.04 99.76 110.85 -
System Red Green Blue C M Y K H S L
Decimal 141 187 115 0.25 0 0.39 0.27 98.33 0.35 0.59
Hex 8D BB 73 19 0 27 1B 62 23 3B
Octal 215 273 163 31 0 47 33 142 43 73
Binary 10001101 10111011 1110011 11001 0 100111 11011 1100010 100011 111011

Color Harmonies of #8DBB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB73

Black with #8DBB73

Text Example


Text Example

White with #8DBB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,187,115); }

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

background-color css

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

 a { background-color: rgb(141,187,115); }

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

border-color css

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

 span { border-color: rgb(141,187,115); }

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