Html Css Color HEX #6DAB80 Oxley

📋 copy color: '#6DAB80'

red 109 ◦ green 171 ◦ blue 128

#6DAB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #6DAB80

Tints of Oxley #6DAB80

RGB

 RED value IS 109 (42.97% from 255) = 26.72%

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 26.72%
G = 41.91%
B = 31.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#6DAB80 (or 0x6DAB80) is known color: Oxley. HEX triplet: 6D, AB and 80. RGB value is (109,171,128). Sum of RGB (Red+Green+Blue) = 109+171+128=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB80 is #92547F. Grayscale: #939393. Windows color (decimal): -9589888 or 8432493. OLE color: 8432493.

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

Color convert

RGB 109 171 128 -
CMYK 0.36 0 0.25 0.33
HSL 138.39º 0.27% 0.55% -
HSV(B) 138.39º 0.36% 0.67% -
XYZ 24.77 33.94 25.67 -
YUV 147.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 109 171 128 0.36 0 0.25 0.33 138.39 0.27 0.55
Hex 6D AB 80 24 0 19 21 8A 1B 37
Octal 155 253 200 44 0 31 41 212 33 67
Binary 1101101 10101011 10000000 100100 0 11001 100001 10001010 11011 110111

Color Harmonies of #6DAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAB80

Black with #6DAB80

Text Example


Text Example

White with #6DAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,128); }

 H1.HeaderClassName
 {
   color: #6DAB80;
 }
 .AnyTagClassName
 {
   color: #6DAB80;
 }
</style>

background-color css

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

 a { background-color: rgb(109,171,128); }

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

border-color css

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

 span { border-color: rgb(109,171,128); }

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