#679175

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

Shades of Oxley #679175

Tints of Oxley #679175

Color information

#679175 (or 0x679175) is unknown color: approx Oxley. HEX triplet: 67, 91 and 75. RGB value is (103,145,117). Sum of RGB (Red+Green+Blue) = 103+145+117=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #679175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679175 is #986E8A. Grayscale: #818181. Windows color (decimal): -9989771 or 7704935. OLE color: 7704935.

HSL color Cylindrical-coordinate representation of color #679175: hue angle of 140º 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 #679175 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB103145117-
CMYK0.2900.190.43
HSL140º16.94%48.63%-
HSV(B)140º28.97%56.86%-
XYZ18.9324.4220.55-
YUV129.25121.09109.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=28.22%
G=39.73%
B=32.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031451170.2900.190.4314016.9448.63
Hex6791751D0132B8c1131
Octal14722116535023532142161
Binary1100111100100011110101111010100111010111000110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679175; }

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

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

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

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

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

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

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

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