Html Css Color HEX #8CB476 Olivine

📋 copy color: '#8CB476'

red 140 ◦ green 180 ◦ blue 118

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

Shades of Olivine #8CB476

Tints of Olivine #8CB476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.94%

R = 31.96%
G = 41.1%
B = 26.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#8CB476 (or 0x8CB476) is known color: Olivine. HEX triplet: 8C, B4 and 76. RGB value is (140,180,118). Sum of RGB (Red+Green+Blue) = 140+180+118=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB476 is #734B89. Grayscale: #A1A1A1. Windows color (decimal): -7555978 or 7779468. OLE color: 7779468.

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

Color convert

RGB 140 180 118 -
CMYK 0.22 0 0.34 0.29
HSL 98.71º 0.29% 0.58% -
HSV(B) 98.71º 0.34% 0.71% -
XYZ 30.41 39.53 23.17 -
YUV 160.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 140 180 118 0.22 0 0.34 0.29 98.71 0.29 0.58
Hex 8C B4 76 16 0 22 1D 63 1D 3A
Octal 214 264 166 26 0 42 35 143 35 72
Binary 10001100 10110100 1110110 10110 0 100010 11101 1100011 11101 111010

Color Harmonies of #8CB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB476

Black with #8CB476

Text Example


Text Example

White with #8CB476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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