Html Css Color HEX #6DA472 Oxley

📋 copy color: '#6DA472'

red 109 ◦ green 164 ◦ blue 114

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

Shades of Oxley #6DA472

Tints of Oxley #6DA472

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 28.17%
G = 42.38%
B = 29.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#6DA472 (or 0x6DA472) is known color: Oxley. HEX triplet: 6D, A4 and 72. RGB value is (109,164,114). Sum of RGB (Red+Green+Blue) = 109+164+114=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA472 is #925B8D. Grayscale: #8D8D8D. Windows color (decimal): -9591694 or 7513197. OLE color: 7513197.

HSL color Cylindrical-coordinate representation of color #6DA472: hue angle of 125.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA472 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 164 114 -
CMYK 0.34 0 0.30 0.36
HSL 125.45º 0.23% 0.54% -
HSV(B) 125.45º 0.34% 0.64% -
XYZ 22.62 31.02 20.71 -
YUV 141.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 109 164 114 0.34 0 0.30 0.36 125.45 0.23 0.54
Hex 6D A4 72 22 0 1E 24 7D 17 36
Octal 155 244 162 42 0 36 44 175 27 66
Binary 1101101 10100100 1110010 100010 0 11110 100100 1111101 10111 110110

Color Harmonies of #6DA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA472

Black with #6DA472

Text Example


Text Example

White with #6DA472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,164,114); }

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

background-color css

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

 a { background-color: rgb(109,164,114); }

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

border-color css

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

 span { border-color: rgb(109,164,114); }

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