#679C78

Color #679C78 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #679C78

Tints of Oxley #679C78

Color information

#679C78 (or 0x679C78) is unknown color: approx Oxley. HEX triplet: 67, 9C and 78. RGB value is (103,156,120). Sum of RGB (Red+Green+Blue) = 103+156+120=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #679C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679C78 is #986387. Grayscale: #888888. Windows color (decimal): -9986952 or 7904359. OLE color: 7904359.

HSL color Cylindrical-coordinate representation of color #679C78: hue angle of 139.25º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679C78 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB103156120-
CMYK0.3400.230.39
HSL139.25º21.12%50.78%-
HSV(B)139.25º33.97%61.18%-
XYZ20.8728.0222.08-
YUV136.05118.94104.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=27.18%
G=41.16%
B=31.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031561200.3400.230.39139.2521.1250.78
Hex679C7822017278b1533
Octal14723417042027472132563
Binary11001111001110011110001000100101111001111000101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679C78; }

 p { color: rgb(103,156,120); }

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

<style>
 a { background-color: #679C78; }

 a { background-color: rgb(103,156,120); }

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

<style>
 span { border-color: #679C78; }

 span { border-color: rgb(103,156,120); }

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