Html Css Color HEX #6DAA7E Oxley

📋 copy color: '#6DAA7E'

red 109 ◦ green 170 ◦ blue 126

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

Shades of Oxley #6DAA7E

Tints of Oxley #6DAA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.98%

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 26.91%
G = 41.98%
B = 31.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#6DAA7E (or 0x6DAA7E) is known color: Oxley. HEX triplet: 6D, AA and 7E. RGB value is (109,170,126). Sum of RGB (Red+Green+Blue) = 109+170+126=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA7E is #925581. Grayscale: #929292. Windows color (decimal): -9590146 or 8301165. OLE color: 8301165.

HSL color Cylindrical-coordinate representation of color #6DAA7E: hue angle of 136.72º degrees, saturation: 0.26, 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 #6DAA7E is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 170 126 -
CMYK 0.36 0 0.26 0.33
HSL 136.72º 0.26% 0.55% -
HSV(B) 136.72º 0.36% 0.67% -
XYZ 24.45 33.51 24.92 -
YUV 146.75 116.29 101.08 -
System Red Green Blue C M Y K H S L
Decimal 109 170 126 0.36 0 0.26 0.33 136.72 0.26 0.55
Hex 6D AA 7E 24 0 1A 21 89 1A 37
Octal 155 252 176 44 0 32 41 211 32 67
Binary 1101101 10101010 1111110 100100 0 11010 100001 10001001 11010 110111

Color Harmonies of #6DAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA7E

Black with #6DAA7E

Text Example


Text Example

White with #6DAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,126); }

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

background-color css

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

 a { background-color: rgb(109,170,126); }

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

border-color css

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

 span { border-color: rgb(109,170,126); }

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