#679177

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

Shades of Oxley #679177

Tints of Oxley #679177

Color information

#679177 (or 0x679177) is unknown color: approx Oxley. HEX triplet: 67, 91 and 77. RGB value is (103,145,119). Sum of RGB (Red+Green+Blue) = 103+145+119=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #679177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679177 is #986E88. Grayscale: #818181. Windows color (decimal): -9989769 or 7836007. OLE color: 7836007.

HSL color Cylindrical-coordinate representation of color #679177: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679177 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB103145119-
CMYK0.2900.180.43
HSL142.86º16.94%48.63%-
HSV(B)142.86º28.97%56.86%-
XYZ19.0524.4721.17-
YUV129.48122.09109.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.07%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=28.07%
G=39.51%
B=32.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031451190.2900.180.43142.8616.9448.63
Hex6791771D0122B8f1131
Octal14722116735022532172161
Binary1100111100100011110111111010100101010111000111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679177; }

 p { color: rgb(103,145,119); }

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

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

 a { background-color: rgb(103,145,119); }

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

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

 span { border-color: rgb(103,145,119); }

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