Html Css Color HEX #6F8F76 Oxley

📋 copy color: '#6F8F76'

red 111 ◦ green 143 ◦ blue 118

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

Shades of Oxley #6F8F76

Tints of Oxley #6F8F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.44%

 BLUE value IS 118 (46.48% from 255) = 31.72%

R = 29.84%
G = 38.44%
B = 31.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#6F8F76 (or 0x6F8F76) is known color: Oxley. HEX triplet: 6F, 8F and 76. RGB value is (111,143,118). Sum of RGB (Red+Green+Blue) = 111+143+118=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8F76 is #907089. Grayscale: #828282. Windows color (decimal): -9465994 or 7769967. OLE color: 7769967.

HSL color Cylindrical-coordinate representation of color #6F8F76: hue angle of 133.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8F76 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 143 118 -
CMYK 0.22 0 0.17 0.44
HSL 133.13º 0.13% 0.5% -
HSV(B) 133.13º 0.22% 0.56% -
XYZ 19.65 24.33 20.8 -
YUV 130.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 111 143 118 0.22 0 0.17 0.44 133.13 0.13 0.5
Hex 6F 8F 76 16 0 11 2C 85 D 32
Octal 157 217 166 26 0 21 54 205 15 62
Binary 1101111 10001111 1110110 10110 0 10001 101100 10000101 1101 110010

Color Harmonies of #6F8F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8F76

Black with #6F8F76

Text Example


Text Example

White with #6F8F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,143,118); }

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

background-color css

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

 a { background-color: rgb(111,143,118); }

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

border-color css

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

 span { border-color: rgb(111,143,118); }

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