#679378

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

Shades of Oxley #679378

Tints of Oxley #679378

Color information

#679378 (or 0x679378) is unknown color: approx Oxley. HEX triplet: 67, 93 and 78. RGB value is (103,147,120). Sum of RGB (Red+Green+Blue) = 103+147+120=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #679378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679378 is #986C87. Grayscale: #828282. Windows color (decimal): -9989256 or 7902055. OLE color: 7902055.

HSL color Cylindrical-coordinate representation of color #679378: hue angle of 143.18º 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 #679378 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB103147120-
CMYK0.3000.180.42
HSL143.18º17.6%49.02%-
HSV(B)143.18º29.93%57.65%-
XYZ19.4225.1121.59-
YUV130.77121.92108.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=27.84%
G=39.73%
B=32.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471200.3000.180.42143.1817.649.02
Hex6793781E0122A8f1231
Octal14722317036022522172261
Binary1100111100100111111000111100100101010101000111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679378; }

 p { color: rgb(103,147,120); }

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

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

 a { background-color: rgb(103,147,120); }

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

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

 span { border-color: rgb(103,147,120); }

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