Html Css Color HEX #6FA477 Oxley

📋 copy color: '#6FA477'

red 111 ◦ green 164 ◦ blue 119

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

Shades of Oxley #6FA477

Tints of Oxley #6FA477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 28.17%
G = 41.62%
B = 30.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#6FA477 (or 0x6FA477) is known color: Oxley. HEX triplet: 6F, A4 and 77. RGB value is (111,164,119). Sum of RGB (Red+Green+Blue) = 111+164+119=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA477 is #905B88. Grayscale: #8F8F8F. Windows color (decimal): -9460617 or 7840879. OLE color: 7840879.

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

Color convert

RGB 111 164 119 -
CMYK 0.32 0 0.27 0.36
HSL 129.06º 0.23% 0.54% -
HSV(B) 129.06º 0.32% 0.64% -
XYZ 23.16 31.26 22.27 -
YUV 143.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 111 164 119 0.32 0 0.27 0.36 129.06 0.23 0.54
Hex 6F A4 77 20 0 1B 24 81 17 36
Octal 157 244 167 40 0 33 44 201 27 66
Binary 1101111 10100100 1110111 100000 0 11011 100100 10000001 10111 110110

Color Harmonies of #6FA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA477

Black with #6FA477

Text Example


Text Example

White with #6FA477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,164,119); }

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

background-color css

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

 a { background-color: rgb(111,164,119); }

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

border-color css

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

 span { border-color: rgb(111,164,119); }

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