Html Css Color HEX #6FA580 Oxley

📋 copy color: '#6FA580'

red 111 ◦ green 165 ◦ blue 128

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

Shades of Oxley #6FA580

Tints of Oxley #6FA580

RGB

 RED value IS 111 (43.75% from 255) = 27.48%

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 27.48%
G = 40.84%
B = 31.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#6FA580 (or 0x6FA580) is known color: Oxley. HEX triplet: 6F, A5 and 80. RGB value is (111,165,128). Sum of RGB (Red+Green+Blue) = 111+165+128=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA580 is #905A7F. Grayscale: #909090. Windows color (decimal): -9460352 or 8430959. OLE color: 8430959.

HSL color Cylindrical-coordinate representation of color #6FA580: hue angle of 138.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA580 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 111 165 128 -
CMYK 0.33 0 0.22 0.35
HSL 138.89º 0.23% 0.54% -
HSV(B) 138.89º 0.33% 0.65% -
XYZ 23.91 31.85 25.31 -
YUV 144.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 111 165 128 0.33 0 0.22 0.35 138.89 0.23 0.54
Hex 6F A5 80 21 0 16 23 8B 17 36
Octal 157 245 200 41 0 26 43 213 27 66
Binary 1101111 10100101 10000000 100001 0 10110 100011 10001011 10111 110110

Color Harmonies of #6FA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA580

Black with #6FA580

Text Example


Text Example

White with #6FA580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,165,128); }

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

background-color css

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

 a { background-color: rgb(111,165,128); }

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

border-color css

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

 span { border-color: rgb(111,165,128); }

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