Html Css Color HEX #8CB473 Olivine

📋 copy color: '#8CB473'

red 140 ◦ green 180 ◦ blue 115

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

Shades of Olivine #8CB473

Tints of Olivine #8CB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 32.18%
G = 41.38%
B = 26.44%

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

#8CB473 (or 0x8CB473) is known color: Olivine. HEX triplet: 8C, B4 and 73. RGB value is (140,180,115). Sum of RGB (Red+Green+Blue) = 140+180+115=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB473 is #734B8C. Grayscale: #A0A0A0. Windows color (decimal): -7555981 or 7582860. OLE color: 7582860.

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

Color convert

RGB 140 180 115 -
CMYK 0.22 0 0.36 0.29
HSL 96.92º 0.3% 0.58% -
HSV(B) 96.92º 0.36% 0.71% -
XYZ 30.23 39.46 22.24 -
YUV 160.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 140 180 115 0.22 0 0.36 0.29 96.92 0.3 0.58
Hex 8C B4 73 16 0 24 1D 61 1E 3A
Octal 214 264 163 26 0 44 35 141 36 72
Binary 10001100 10110100 1110011 10110 0 100100 11101 1100001 11110 111010

Color Harmonies of #8CB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB473

Black with #8CB473

Text Example


Text Example

White with #8CB473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,180,115); }

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

background-color css

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

 a { background-color: rgb(140,180,115); }

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

border-color css

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

 span { border-color: rgb(140,180,115); }

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