#6DA775

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

Shades of Oxley #6DA775

Tints of Oxley #6DA775

Color information

#6DA775 (or 0x6DA775) is unknown color: approx Oxley. HEX triplet: 6D, A7 and 75. RGB value is (109,167,117). Sum of RGB (Red+Green+Blue) = 109+167+117=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA775 is #92588A. Grayscale: #909090. Windows color (decimal): -9590923 or 7710573. OLE color: 7710573.

HSL color Cylindrical-coordinate representation of color #6DA775: hue angle of 128.28º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA775 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB109167117-
CMYK0.3500.300.35
HSL128.28º24.79%54.12%-
HSV(B)128.28º34.73%65.49%-
XYZ23.3432.1721.81-
YUV143.96112.78103.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.74%
GREEN value IS 167 (65.62% from 255) = 42.49%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=27.74%
G=42.49%
B=29.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091671170.3500.300.35128.2824.7954.12
Hex6DA7752301E23801936
Octal15524716543036432003166
Binary11011011010011111101011000110111101000111000000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,167,117); }

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

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

 a { background-color: rgb(109,167,117); }

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

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

 span { border-color: rgb(109,167,117); }

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