Html Css Color HEX #6DA470 Oxley

📋 copy color: '#6DA470'

red 109 ◦ green 164 ◦ blue 112

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

Shades of Oxley #6DA470

Tints of Oxley #6DA470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 28.31%
G = 42.6%
B = 29.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#6DA470 (or 0x6DA470) is known color: Oxley. HEX triplet: 6D, A4 and 70. RGB value is (109,164,112). Sum of RGB (Red+Green+Blue) = 109+164+112=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA470 is #925B8F. Grayscale: #8D8D8D. Windows color (decimal): -9591696 or 7382125. OLE color: 7382125.

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

Color convert

RGB 109 164 112 -
CMYK 0.34 0 0.32 0.36
HSL 123.27º 0.23% 0.54% -
HSV(B) 123.27º 0.34% 0.64% -
XYZ 22.51 30.97 20.12 -
YUV 141.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 109 164 112 0.34 0 0.32 0.36 123.27 0.23 0.54
Hex 6D A4 70 22 0 20 24 7B 17 36
Octal 155 244 160 42 0 40 44 173 27 66
Binary 1101101 10100100 1110000 100010 0 100000 100100 1111011 10111 110110

Color Harmonies of #6DA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA470

Black with #6DA470

Text Example


Text Example

White with #6DA470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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