Html Css Color HEX #8CB778 Olivine

📋 copy color: '#8CB778'

red 140 ◦ green 183 ◦ blue 120

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

Shades of Olivine #8CB778

Tints of Olivine #8CB778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

 BLUE value IS 120 (47.27% from 255) = 27.09%

R = 31.6%
G = 41.31%
B = 27.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#8CB778 (or 0x8CB778) is known color: Olivine. HEX triplet: 8C, B7 and 78. RGB value is (140,183,120). Sum of RGB (Red+Green+Blue) = 140+183+120=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB778 is #734887. Grayscale: #A3A3A3. Windows color (decimal): -7555208 or 7911308. OLE color: 7911308.

HSL color Cylindrical-coordinate representation of color #8CB778: hue angle of 100.95º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CB778 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 120 -
CMYK 0.23 0 0.34 0.28
HSL 100.95º 0.3% 0.59% -
HSV(B) 100.95º 0.34% 0.72% -
XYZ 31.14 40.8 24 -
YUV 162.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 140 183 120 0.23 0 0.34 0.28 100.95 0.3 0.59
Hex 8C B7 78 17 0 22 1C 65 1E 3B
Octal 214 267 170 27 0 42 34 145 36 73
Binary 10001100 10110111 1111000 10111 0 100010 11100 1100101 11110 111011

Color Harmonies of #8CB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB778

Black with #8CB778

Text Example


Text Example

White with #8CB778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,183,120); }

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

background-color css

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

 a { background-color: rgb(140,183,120); }

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

border-color css

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

 span { border-color: rgb(140,183,120); }

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