Html Css Color HEX #8CB574 Olivine

📋 copy color: '#8CB574'

red 140 ◦ green 181 ◦ blue 116

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

Shades of Olivine #8CB574

Tints of Olivine #8CB574

RGB

 RED value IS 140 (55.08% from 255) = 32.04%

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

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

R = 32.04%
G = 41.42%
B = 26.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#8CB574 (or 0x8CB574) is known color: Olivine. HEX triplet: 8C, B5 and 74. RGB value is (140,181,116). Sum of RGB (Red+Green+Blue) = 140+181+116=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB574 is #734A8B. Grayscale: #A1A1A1. Windows color (decimal): -7555724 or 7648652. OLE color: 7648652.

HSL color Cylindrical-coordinate representation of color #8CB574: hue angle of 97.85º 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 #8CB574 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 116 -
CMYK 0.23 0 0.36 0.29
HSL 97.85º 0.31% 0.58% -
HSV(B) 97.85º 0.36% 0.71% -
XYZ 30.49 39.88 22.61 -
YUV 161.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 140 181 116 0.23 0 0.36 0.29 97.85 0.31 0.58
Hex 8C B5 74 17 0 24 1D 62 1F 3A
Octal 214 265 164 27 0 44 35 142 37 72
Binary 10001100 10110101 1110100 10111 0 100100 11101 1100010 11111 111010

Color Harmonies of #8CB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB574

Black with #8CB574

Text Example


Text Example

White with #8CB574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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