Html Css Color HEX #6F8D7A Oxley

📋 copy color: '#6F8D7A'

red 111 ◦ green 141 ◦ blue 122

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

Shades of Oxley #6F8D7A

Tints of Oxley #6F8D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 29.68%
G = 37.7%
B = 32.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#6F8D7A (or 0x6F8D7A) is known color: Oxley. HEX triplet: 6F, 8D and 7A. RGB value is (111,141,122). Sum of RGB (Red+Green+Blue) = 111+141+122=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D7A is #907285. Grayscale: #818181. Windows color (decimal): -9466502 or 8031599. OLE color: 8031599.

HSL color Cylindrical-coordinate representation of color #6F8D7A: hue angle of 142º 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 #6F8D7A is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 141 122 -
CMYK 0.21 0 0.13 0.45
HSL 142º 0.12% 0.49% -
HSV(B) 142º 0.21% 0.55% -
XYZ 19.59 23.83 21.98 -
YUV 129.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 111 141 122 0.21 0 0.13 0.45 142 0.12 0.49
Hex 6F 8D 7A 15 0 D 2D 8E C 31
Octal 157 215 172 25 0 15 55 216 14 61
Binary 1101111 10001101 1111010 10101 0 1101 101101 10001110 1100 110001

Color Harmonies of #6F8D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8D7A

Black with #6F8D7A

Text Example


Text Example

White with #6F8D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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