#6A8C74

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

Shades of Oxley #6A8C74

Tints of Oxley #6A8C74

Color information

#6A8C74 (or 0x6A8C74) is unknown color: approx Oxley. HEX triplet: 6A, 8C and 74. RGB value is (106,140,116). Sum of RGB (Red+Green+Blue) = 106+140+116=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C74 is #95738B. Grayscale: #7F7F7F. Windows color (decimal): -9794444 or 7638122. OLE color: 7638122.

HSL color Cylindrical-coordinate representation of color #6A8C74: hue angle of 137.65º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A8C74 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB106140116-
CMYK0.2400.170.45
HSL137.65º13.82%48.24%-
HSV(B)137.65º24.29%54.9%-
XYZ18.4723.0820-
YUV127.1121.74112.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.28%
GREEN value IS 140 (55.08% from 255) = 38.67%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=29.28%
G=38.67%
B=32.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1061401160.2400.170.45137.6513.8248.24
Hex6A8C74180112D8ae30
Octal15221416430021552121660
Binary110101010001100111010011000010001101101100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8C74; }

 p { color: rgb(106,140,116); }

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

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

 a { background-color: rgb(106,140,116); }

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

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

 span { border-color: rgb(106,140,116); }

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