Html Css Color HEX #6DAA7D Oxley

📋 copy color: '#6DAA7D'

red 109 ◦ green 170 ◦ blue 125

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

Shades of Oxley #6DAA7D

Tints of Oxley #6DAA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 26.98%
G = 42.08%
B = 30.94%

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

#6DAA7D (or 0x6DAA7D) is known color: Oxley. HEX triplet: 6D, AA and 7D. RGB value is (109,170,125). Sum of RGB (Red+Green+Blue) = 109+170+125=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA7D is #925582. Grayscale: #929292. Windows color (decimal): -9590147 or 8235629. OLE color: 8235629.

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

Color convert

RGB 109 170 125 -
CMYK 0.36 0 0.26 0.33
HSL 135.74º 0.26% 0.55% -
HSV(B) 135.74º 0.36% 0.67% -
XYZ 24.38 33.48 24.58 -
YUV 146.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 109 170 125 0.36 0 0.26 0.33 135.74 0.26 0.55
Hex 6D AA 7D 24 0 1A 21 88 1A 37
Octal 155 252 175 44 0 32 41 210 32 67
Binary 1101101 10101010 1111101 100100 0 11010 100001 10001000 11010 110111

Color Harmonies of #6DAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA7D

Black with #6DAA7D

Text Example


Text Example

White with #6DAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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