Html Css Color HEX #8CB678 Olivine

📋 copy color: '#8CB678'

red 140 ◦ green 182 ◦ blue 120

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

Shades of Olivine #8CB678

Tints of Olivine #8CB678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.18%

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

R = 31.67%
G = 41.18%
B = 27.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#8CB678 (or 0x8CB678) is known color: Olivine. HEX triplet: 8C, B6 and 78. RGB value is (140,182,120). Sum of RGB (Red+Green+Blue) = 140+182+120=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB678 is #734987. Grayscale: #A2A2A2. Windows color (decimal): -7555464 or 7911052. OLE color: 7911052.

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

Color convert

RGB 140 182 120 -
CMYK 0.23 0 0.34 0.29
HSL 100.65º 0.3% 0.59% -
HSV(B) 100.65º 0.34% 0.71% -
XYZ 30.93 40.39 23.93 -
YUV 162.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 140 182 120 0.23 0 0.34 0.29 100.65 0.3 0.59
Hex 8C B6 78 17 0 22 1D 65 1E 3B
Octal 214 266 170 27 0 42 35 145 36 73
Binary 10001100 10110110 1111000 10111 0 100010 11101 1100101 11110 111011

Color Harmonies of #8CB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB678

Black with #8CB678

Text Example


Text Example

White with #8CB678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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