#679471

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

Shades of Oxley #679471

Tints of Oxley #679471

Color information

#679471 (or 0x679471) is unknown color: approx Oxley. HEX triplet: 67, 94 and 71. RGB value is (103,148,113). Sum of RGB (Red+Green+Blue) = 103+148+113=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #679471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679471 is #986B8E. Grayscale: #828282. Windows color (decimal): -9989007 or 7443559. OLE color: 7443559.

HSL color Cylindrical-coordinate representation of color #679471: hue angle of 133.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679471 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB103148113-
CMYK0.3000.240.42
HSL133.33º17.93%49.22%-
HSV(B)133.33º30.41%58.04%-
XYZ19.1625.2619.49-
YUV130.55118.09108.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.30%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=28.30%
G=40.66%
B=31.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031481130.3000.240.42133.3317.9349.22
Hex6794711E0182A851231
Octal14722416136030522052261
Binary1100111100101001110001111100110001010101000010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679471; }

 p { color: rgb(103,148,113); }

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

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

 a { background-color: rgb(103,148,113); }

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

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

 span { border-color: rgb(103,148,113); }

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