#679A75

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

Shades of Oxley #679A75

Tints of Oxley #679A75

Color information

#679A75 (or 0x679A75) is unknown color: approx Oxley. HEX triplet: 67, 9A and 75. RGB value is (103,154,117). Sum of RGB (Red+Green+Blue) = 103+154+117=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #679A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679A75 is #98658A. Grayscale: #868686. Windows color (decimal): -9987467 or 7707239. OLE color: 7707239.

HSL color Cylindrical-coordinate representation of color #679A75: hue angle of 136.47º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679A75 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB103154117-
CMYK0.3300.240.40
HSL136.47º20.16%50.39%-
HSV(B)136.47º33.12%60.39%-
XYZ20.3627.2821.02-
YUV134.53118.1105.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=27.54%
G=41.18%
B=31.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031541170.3300.240.40136.4720.1650.39
Hex679A752101828881432
Octal14723216541030502102462
Binary11001111001101011101011000010110001010001000100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,154,117); }

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

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

 a { background-color: rgb(103,154,117); }

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

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

 span { border-color: rgb(103,154,117); }

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