Html Css Color HEX #6FA879 Oxley

📋 copy color: '#6FA879'

red 111 ◦ green 168 ◦ blue 121

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

Shades of Oxley #6FA879

Tints of Oxley #6FA879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 27.75%
G = 42%
B = 30.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#6FA879 (or 0x6FA879) is known color: Oxley. HEX triplet: 6F, A8 and 79. RGB value is (111,168,121). Sum of RGB (Red+Green+Blue) = 111+168+121=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA879 is #905786. Grayscale: #919191. Windows color (decimal): -9459591 or 7972975. OLE color: 7972975.

HSL color Cylindrical-coordinate representation of color #6FA879: hue angle of 130.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA879 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 111 168 121 -
CMYK 0.34 0 0.28 0.34
HSL 130.53º 0.25% 0.55% -
HSV(B) 130.53º 0.34% 0.66% -
XYZ 24.01 32.77 23.15 -
YUV 145.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 111 168 121 0.34 0 0.28 0.34 130.53 0.25 0.55
Hex 6F A8 79 22 0 1C 22 83 19 37
Octal 157 250 171 42 0 34 42 203 31 67
Binary 1101111 10101000 1111001 100010 0 11100 100010 10000011 11001 110111

Color Harmonies of #6FA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA879

Black with #6FA879

Text Example


Text Example

White with #6FA879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,168,121); }

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

background-color css

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

 a { background-color: rgb(111,168,121); }

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

border-color css

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

 span { border-color: rgb(111,168,121); }

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