Html Css Color HEX #6D9780 Oxley

📋 copy color: '#6D9780'

red 109 ◦ green 151 ◦ blue 128

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

Shades of Oxley #6D9780

Tints of Oxley #6D9780

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 28.09%
G = 38.92%
B = 32.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#6D9780 (or 0x6D9780) is known color: Oxley. HEX triplet: 6D, 97 and 80. RGB value is (109,151,128). Sum of RGB (Red+Green+Blue) = 109+151+128=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #6D9780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9780 is #92687F. Grayscale: #878787. Windows color (decimal): -9595008 or 8427373. OLE color: 8427373.

HSL color Cylindrical-coordinate representation of color #6D9780: hue angle of 147.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D9780 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 151 128 -
CMYK 0.28 0 0.15 0.41
HSL 147.14º 0.17% 0.51% -
HSV(B) 147.14º 0.28% 0.59% -
XYZ 21.27 26.94 24.5 -
YUV 135.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 109 151 128 0.28 0 0.15 0.41 147.14 0.17 0.51
Hex 6D 97 80 1C 0 F 29 93 11 33
Octal 155 227 200 34 0 17 51 223 21 63
Binary 1101101 10010111 10000000 11100 0 1111 101001 10010011 10001 110011

Color Harmonies of #6D9780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9780

Black with #6D9780

Text Example


Text Example

White with #6D9780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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