#679C7E

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

Shades of Oxley #679C7E

Tints of Oxley #679C7E

Color information

#679C7E (or 0x679C7E) is unknown color: approx Oxley. HEX triplet: 67, 9C and 7E. RGB value is (103,156,126). Sum of RGB (Red+Green+Blue) = 103+156+126=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #679C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679C7E is #986381. Grayscale: #888888. Windows color (decimal): -9986946 or 8297575. OLE color: 8297575.

HSL color Cylindrical-coordinate representation of color #679C7E: hue angle of 146.04º 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 #679C7E is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB103156126-
CMYK0.3400.190.39
HSL146.04º21.12%50.78%-
HSV(B)146.04º33.97%61.18%-
XYZ21.2528.1724.06-
YUV136.73121.94103.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.75%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=26.75%
G=40.52%
B=32.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031561260.3400.190.39146.0421.1250.78
Hex679C7E2201327921533
Octal14723417642023472222563
Binary11001111001110011111101000100100111001111001001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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