#679E6D

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

Shades of Oxley #679E6D

Tints of Oxley #679E6D

Color information

#679E6D (or 0x679E6D) is unknown color: approx Oxley. HEX triplet: 67, 9E and 6D. RGB value is (103,158,109). Sum of RGB (Red+Green+Blue) = 103+158+109=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #679E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679E6D is #986192. Grayscale: #888888. Windows color (decimal): -9986451 or 7183975. OLE color: 7183975.

HSL color Cylindrical-coordinate representation of color #679E6D: hue angle of 126.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679E6D is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB103158109-
CMYK0.3500.310.38
HSL126.55º22.09%51.18%-
HSV(B)126.55º34.81%61.96%-
XYZ20.5828.4418.87-
YUV135.97112.78104.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=27.84%
G=42.70%
B=29.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031581090.3500.310.38126.5522.0951.18
Hex679E6D2301F267f1633
Octal14723615543037461772663
Binary1100111100111101101101100011011111100110111111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,158,109); }

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

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

 a { background-color: rgb(103,158,109); }

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

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

 span { border-color: rgb(103,158,109); }

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