#6DA478

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

Shades of Oxley #6DA478

Tints of Oxley #6DA478

Color information

#6DA478 (or 0x6DA478) is unknown color: approx Oxley. HEX triplet: 6D, A4 and 78. RGB value is (109,164,120). Sum of RGB (Red+Green+Blue) = 109+164+120=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA478 is #925B87. Grayscale: #8E8E8E. Windows color (decimal): -9591688 or 7906413. OLE color: 7906413.

HSL color Cylindrical-coordinate representation of color #6DA478: hue angle of 132º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA478 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB109164120-
CMYK0.3400.270.36
HSL132º23.21%53.53%-
HSV(B)132º33.54%64.31%-
XYZ22.9731.1622.57-
YUV142.54115.28104.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.74%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=27.74%
G=41.73%
B=30.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091641200.3400.270.3613223.2153.53
Hex6DA4782201B24841736
Octal15524417042033442042766
Binary11011011010010011110001000100110111001001000010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,120); }

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

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

 a { background-color: rgb(109,164,120); }

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

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

 span { border-color: rgb(109,164,120); }

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