Html Css Color HEX #6F8D77 Oxley

📋 copy color: '#6F8D77'

red 111 ◦ green 141 ◦ blue 119

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

Shades of Oxley #6F8D77

Tints of Oxley #6F8D77

RGB

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

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

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

R = 29.92%
G = 38.01%
B = 32.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#6F8D77 (or 0x6F8D77) is known color: Oxley. HEX triplet: 6F, 8D and 77. RGB value is (111,141,119). Sum of RGB (Red+Green+Blue) = 111+141+119=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D77 is #907288. Grayscale: #818181. Windows color (decimal): -9466505 or 7834991. OLE color: 7834991.

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

Color convert

RGB 111 141 119 -
CMYK 0.21 0 0.16 0.45
HSL 136º 0.12% 0.49% -
HSV(B) 136º 0.21% 0.55% -
XYZ 19.41 23.76 21.02 -
YUV 129.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 111 141 119 0.21 0 0.16 0.45 136 0.12 0.49
Hex 6F 8D 77 15 0 10 2D 88 C 31
Octal 157 215 167 25 0 20 55 210 14 61
Binary 1101111 10001101 1110111 10101 0 10000 101101 10001000 1100 110001

Color Harmonies of #6F8D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8D77

Black with #6F8D77

Text Example


Text Example

White with #6F8D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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