#679670

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

Shades of Oxley #679670

Tints of Oxley #679670

Color information

#679670 (or 0x679670) is unknown color: approx Oxley. HEX triplet: 67, 96 and 70. RGB value is (103,150,112). Sum of RGB (Red+Green+Blue) = 103+150+112=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #679670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679670 is #98698F. Grayscale: #838383. Windows color (decimal): -9988496 or 7378535. OLE color: 7378535.

HSL color Cylindrical-coordinate representation of color #679670: hue angle of 131.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679670 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB103150112-
CMYK0.3100.250.41
HSL131.49º18.58%49.61%-
HSV(B)131.49º31.33%58.82%-
XYZ19.4225.8719.3-
YUV131.62116.93107.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=28.22%
G=41.10%
B=30.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501120.3100.250.41131.4918.5849.61
Hex6796701F01929831332
Octal14722616037031512032362
Binary1100111100101101110000111110110011010011000001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679670; }

 p { color: rgb(103,150,112); }

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

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

 a { background-color: rgb(103,150,112); }

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

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

 span { border-color: rgb(103,150,112); }

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