#8CC078

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

Shades of Olivine #8CC078

Tints of Olivine #8CC078

Color information

#8CC078 (or 0x8CC078) is unknown color: approx Olivine. HEX triplet: 8C, C0 and 78. RGB value is (140,192,120). Sum of RGB (Red+Green+Blue) = 140+192+120=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC078 is #733F87. Grayscale: #A8A8A8. Windows color (decimal): -7552904 or 7913612. OLE color: 7913612.

HSL color Cylindrical-coordinate representation of color #8CC078: hue angle of 103.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CC078 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB140192120-
CMYK0.2700.380.25
HSL103.33º36.36%61.18%-
HSV(B)103.33º37.5%75.29%-
XYZ33.0644.6324.64-
YUV168.24100.77107.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.97%
GREEN value IS 192 (75.39% from 255) = 42.48%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=30.97%
G=42.48%
B=26.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401921200.2700.380.25103.3336.3661.18
Hex8CC0781B0261967243d
Octal21430017033046311474475
Binary10001100110000001111000110110100110110011100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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