Html Css Color HEX #6F8D79 Oxley

📋 copy color: '#6F8D79'

red 111 ◦ green 141 ◦ blue 121

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

Shades of Oxley #6F8D79

Tints of Oxley #6F8D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

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

R = 29.76%
G = 37.8%
B = 32.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#6F8D79 (or 0x6F8D79) is known color: Oxley. HEX triplet: 6F, 8D and 79. RGB value is (111,141,121). Sum of RGB (Red+Green+Blue) = 111+141+121=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D79 is #907286. Grayscale: #818181. Windows color (decimal): -9466503 or 7966063. OLE color: 7966063.

HSL color Cylindrical-coordinate representation of color #6F8D79: hue angle of 140º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F8D79 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 141 121 -
CMYK 0.21 0 0.14 0.45
HSL 140º 0.12% 0.49% -
HSV(B) 140º 0.21% 0.55% -
XYZ 19.53 23.81 21.66 -
YUV 129.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 111 141 121 0.21 0 0.14 0.45 140 0.12 0.49
Hex 6F 8D 79 15 0 E 2D 8C C 31
Octal 157 215 171 25 0 16 55 214 14 61
Binary 1101111 10001101 1111001 10101 0 1110 101101 10001100 1100 110001

Color Harmonies of #6F8D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8D79

Black with #6F8D79

Text Example


Text Example

White with #6F8D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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