Html Css Color HEX #8CB372 Olivine

📋 copy color: '#8CB372'

red 140 ◦ green 179 ◦ blue 114

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

Shades of Olivine #8CB372

Tints of Olivine #8CB372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.33%

R = 32.33%
G = 41.34%
B = 26.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#8CB372 (or 0x8CB372) is known color: Olivine. HEX triplet: 8C, B3 and 72. RGB value is (140,179,114). Sum of RGB (Red+Green+Blue) = 140+179+114=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB372 is #734C8D. Grayscale: #A0A0A0. Windows color (decimal): -7556238 or 7517068. OLE color: 7517068.

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

Color convert

RGB 140 179 114 -
CMYK 0.22 0 0.36 0.30
HSL 96º 0.3% 0.57% -
HSV(B) 96º 0.36% 0.7% -
XYZ 29.97 39.03 21.87 -
YUV 159.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 140 179 114 0.22 0 0.36 0.30 96 0.3 0.57
Hex 8C B3 72 16 0 24 1E 60 1E 39
Octal 214 263 162 26 0 44 36 140 36 71
Binary 10001100 10110011 1110010 10110 0 100100 11110 1100000 11110 111001

Color Harmonies of #8CB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB372

Black with #8CB372

Text Example


Text Example

White with #8CB372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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