Html Css Color HEX #8DB574 Olivine

📋 copy color: '#8DB574'

red 141 ◦ green 181 ◦ blue 116

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

Shades of Olivine #8DB574

Tints of Olivine #8DB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

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

R = 32.19%
G = 41.32%
B = 26.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#8DB574 (or 0x8DB574) is known color: Olivine. HEX triplet: 8D, B5 and 74. RGB value is (141,181,116). Sum of RGB (Red+Green+Blue) = 141+181+116=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB574 is #724A8B. Grayscale: #A1A1A1. Windows color (decimal): -7490188 or 7648653. OLE color: 7648653.

HSL color Cylindrical-coordinate representation of color #8DB574: hue angle of 96.92º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DB574 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 116 -
CMYK 0.22 0 0.36 0.29
HSL 96.92º 0.31% 0.58% -
HSV(B) 96.92º 0.36% 0.71% -
XYZ 30.66 39.97 22.62 -
YUV 161.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 141 181 116 0.22 0 0.36 0.29 96.92 0.31 0.58
Hex 8D B5 74 16 0 24 1D 61 1F 3A
Octal 215 265 164 26 0 44 35 141 37 72
Binary 10001101 10110101 1110100 10110 0 100100 11101 1100001 11111 111010

Color Harmonies of #8DB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB574

Black with #8DB574

Text Example


Text Example

White with #8DB574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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