Html Css Color HEX #8DBB74 Olivine

📋 copy color: '#8DBB74'

red 141 ◦ green 187 ◦ blue 116

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

Shades of Olivine #8DBB74

Tints of Olivine #8DBB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 31.76%
G = 42.12%
B = 26.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#8DBB74 (or 0x8DBB74) is known color: Olivine. HEX triplet: 8D, BB and 74. RGB value is (141,187,116). Sum of RGB (Red+Green+Blue) = 141+187+116=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB74 is #72448B. Grayscale: #A5A5A5. Windows color (decimal): -7488652 or 7650189. OLE color: 7650189.

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

Color convert

RGB 141 187 116 -
CMYK 0.25 0 0.38 0.27
HSL 98.87º 0.34% 0.59% -
HSV(B) 98.87º 0.38% 0.73% -
XYZ 31.91 42.46 23.04 -
YUV 165.15 100.26 110.77 -
System Red Green Blue C M Y K H S L
Decimal 141 187 116 0.25 0 0.38 0.27 98.87 0.34 0.59
Hex 8D BB 74 19 0 26 1B 63 22 3B
Octal 215 273 164 31 0 46 33 143 42 73
Binary 10001101 10111011 1110100 11001 0 100110 11011 1100011 100010 111011

Color Harmonies of #8DBB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB74

Black with #8DBB74

Text Example


Text Example

White with #8DBB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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