Html Css Color HEX #8CB379 Olivine

📋 copy color: '#8CB379'

red 140 ◦ green 179 ◦ blue 121

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

Shades of Olivine #8CB379

Tints of Olivine #8CB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 31.82%
G = 40.68%
B = 27.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#8CB379 (or 0x8CB379) is known color: Olivine. HEX triplet: 8C, B3 and 79. RGB value is (140,179,121). Sum of RGB (Red+Green+Blue) = 140+179+121=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB379 is #734C86. Grayscale: #A0A0A0. Windows color (decimal): -7556231 or 7975820. OLE color: 7975820.

HSL color Cylindrical-coordinate representation of color #8CB379: hue angle of 100.34º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB379 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 121 -
CMYK 0.22 0 0.32 0.30
HSL 100.34º 0.28% 0.59% -
HSV(B) 100.34º 0.32% 0.7% -
XYZ 30.39 39.2 24.05 -
YUV 160.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 140 179 121 0.22 0 0.32 0.30 100.34 0.28 0.59
Hex 8C B3 79 16 0 20 1E 64 1C 3B
Octal 214 263 171 26 0 40 36 144 34 73
Binary 10001100 10110011 1111001 10110 0 100000 11110 1100100 11100 111011

Color Harmonies of #8CB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB379

Black with #8CB379

Text Example


Text Example

White with #8CB379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,179,121); }

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

background-color css

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

 a { background-color: rgb(140,179,121); }

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

border-color css

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

 span { border-color: rgb(140,179,121); }

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