#6DB07D

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

Shades of Oxley #6DB07D

Tints of Oxley #6DB07D

Color information

#6DB07D (or 0x6DB07D) is unknown color: approx Oxley. HEX triplet: 6D, B0 and 7D. RGB value is (109,176,125). Sum of RGB (Red+Green+Blue) = 109+176+125=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB07D is #924F82. Grayscale: #969696. Windows color (decimal): -9588611 or 8237165. OLE color: 8237165.

HSL color Cylindrical-coordinate representation of color #6DB07D: hue angle of 134.33º degrees, saturation: 0.3, 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 #6DB07D is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB109176125-
CMYK0.3800.290.31
HSL134.33º29.78%55.88%-
HSV(B)134.33º38.07%69.02%-
XYZ25.5335.7824.96-
YUV150.15113.898.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.59%
GREEN value IS 176 (69.14% from 255) = 42.93%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=26.59%
G=42.93%
B=30.49%

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
Decimal1091761250.3800.290.31134.3329.7855.88
Hex6DB07D2601D1F861e38
Octal15526017546035372063670
Binary1101101101100001111101100110011101111111000011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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