#679074

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

Shades of Oxley #679074

Tints of Oxley #679074

Color information

#679074 (or 0x679074) is unknown color: approx Oxley. HEX triplet: 67, 90 and 74. RGB value is (103,144,116). Sum of RGB (Red+Green+Blue) = 103+144+116=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #679074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679074 is #986F8B. Grayscale: #808080. Windows color (decimal): -9990028 or 7639143. OLE color: 7639143.

HSL color Cylindrical-coordinate representation of color #679074: hue angle of 139.02º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #679074 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB103144116-
CMYK0.2800.190.44
HSL139.02º16.6%48.43%-
HSV(B)139.02º28.47%56.47%-
XYZ18.7224.0920.19-
YUV128.55120.92109.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.37%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=28.37%
G=39.67%
B=31.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031441160.2800.190.44139.0216.648.43
Hex6790741C0132C8b1130
Octal14722016434023542132160
Binary1100111100100001110100111000100111011001000101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679074; }

 p { color: rgb(103,144,116); }

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

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

 a { background-color: rgb(103,144,116); }

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

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

 span { border-color: rgb(103,144,116); }

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