#679370

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

Shades of Oxley #679370

Tints of Oxley #679370

Color information

#679370 (or 0x679370) is unknown color: approx Oxley. HEX triplet: 67, 93 and 70. RGB value is (103,147,112). Sum of RGB (Red+Green+Blue) = 103+147+112=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #679370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679370 is #986C8F. Grayscale: #818181. Windows color (decimal): -9989264 or 7377767. OLE color: 7377767.

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

Color convert

RGB103147112-
CMYK0.3000.240.42
HSL132.27º17.6%49.02%-
HSV(B)132.27º29.93%57.65%-
XYZ18.9524.9219.14-
YUV129.85117.92108.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=28.45%
G=40.61%
B=30.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471120.3000.240.42132.2717.649.02
Hex6793701E0182A841231
Octal14722316036030522042261
Binary1100111100100111110000111100110001010101000010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679370; }

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

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

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

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

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

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

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

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