#6DAF7D

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

Shades of Oxley #6DAF7D

Tints of Oxley #6DAF7D

Color information

#6DAF7D (or 0x6DAF7D) is unknown color: approx Oxley. HEX triplet: 6D, AF and 7D. RGB value is (109,175,125). Sum of RGB (Red+Green+Blue) = 109+175+125=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF7D is #925082. Grayscale: #959595. Windows color (decimal): -9588867 or 8236909. OLE color: 8236909.

HSL color Cylindrical-coordinate representation of color #6DAF7D: hue angle of 134.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF7D is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB109175125-
CMYK0.3800.290.31
HSL134.55º29.2%55.69%-
HSV(B)134.55º37.71%68.63%-
XYZ25.3435.3924.9-
YUV149.57114.1399.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=26.65%
G=42.79%
B=30.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751250.3800.290.31134.5529.255.69
Hex6DAF7D2601D1F871d38
Octal15525717546035372073570
Binary1101101101011111111101100110011101111111000011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,125); }

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

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

 a { background-color: rgb(109,175,125); }

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

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

 span { border-color: rgb(109,175,125); }

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