#679775

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

Shades of Oxley #679775

Tints of Oxley #679775

Color information

#679775 (or 0x679775) is unknown color: approx Oxley. HEX triplet: 67, 97 and 75. RGB value is (103,151,117). Sum of RGB (Red+Green+Blue) = 103+151+117=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #679775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679775 is #98688A. Grayscale: #848484. Windows color (decimal): -9988235 or 7706471. OLE color: 7706471.

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

Color convert

RGB103151117-
CMYK0.3200.230.41
HSL137.5º18.9%49.8%-
HSV(B)137.5º31.79%59.22%-
XYZ19.8726.320.86-
YUV132.77119.1106.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.76%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=27.76%
G=40.70%
B=31.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031511170.3200.230.41137.518.949.8
Hex67977520017298a1332
Octal14722716540027512122362
Binary11001111001011111101011000000101111010011000101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679775; }

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

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

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

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

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

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

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

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