#8cb878

Color #8CB878 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8CB878

Tints of Olivine #8CB878

Color information

#8CB878 (or 0x8CB878) is unknown color: approx Olivine. HEX triplet: 8C, B8 and 78. RGB value is (140,184,120). Sum of RGB (Red+Green+Blue) = 140+184+120=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB878 is #734787. Grayscale: #A3A3A3. Windows color (decimal): -7554952 or 7911564. OLE color: 7911564.

HSL color Cylindrical-coordinate representation of color #8CB878: hue angle of 101.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CB878 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB140184120-
CMYK0.2400.350.28
HSL101.25º31.07%59.61%-
HSV(B)101.25º34.78%72.16%-
XYZ31.3541.2124.07-
YUV163.55103.42111.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=31.53%
G=41.44%
B=27.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401841200.2400.350.28101.2531.0759.61
Hex8CB878180231C651f3c
Octal21427017030043341453774
Binary1000110010111000111100011000010001111100110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8cb878;
 }
 .AnyTagClassName
 {
   color: #8cb878;
 }
</style>
background-color css

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

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

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

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

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

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