#679073

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

Shades of Oxley #679073

Tints of Oxley #679073

Color information

#679073 (or 0x679073) is unknown color: approx Oxley. HEX triplet: 67, 90 and 73. RGB value is (103,144,115). Sum of RGB (Red+Green+Blue) = 103+144+115=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #679073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679073 is #986F8C. Grayscale: #808080. Windows color (decimal): -9990029 or 7573607. OLE color: 7573607.

HSL color Cylindrical-coordinate representation of color #679073: hue angle of 137.56º 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 #679073 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB103144115-
CMYK0.2800.200.44
HSL137.56º16.6%48.43%-
HSV(B)137.56º28.47%56.47%-
XYZ18.6624.0719.88-
YUV128.44120.42109.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=28.45%
G=39.78%
B=31.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031441150.2800.200.44137.5616.648.43
Hex6790731C0142C8a1130
Octal14722016334024542122160
Binary1100111100100001110011111000101001011001000101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679073; }

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

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

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

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

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

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

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

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