#6DAC7A

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

Shades of Oxley #6DAC7A

Tints of Oxley #6DAC7A

Color information

#6DAC7A (or 0x6DAC7A) is unknown color: approx Oxley. HEX triplet: 6D, AC and 7A. RGB value is (109,172,122). Sum of RGB (Red+Green+Blue) = 109+172+122=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC7A is #925385. Grayscale: #939393. Windows color (decimal): -9589638 or 8039533. OLE color: 8039533.

HSL color Cylindrical-coordinate representation of color #6DAC7A: hue angle of 132.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAC7A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB109172122-
CMYK0.3700.290.33
HSL132.38º27.51%55.1%-
HSV(B)132.38º36.63%67.45%-
XYZ24.5734.1623.71-
YUV147.46113.63100.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.05%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=27.05%
G=42.68%
B=30.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091721220.3700.290.33132.3827.5155.1
Hex6DAC7A2501D21841c37
Octal15525417245035412043467
Binary11011011010110011110101001010111011000011000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,122); }

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

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

 a { background-color: rgb(109,172,122); }

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

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

 span { border-color: rgb(109,172,122); }

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