Html Css Color HEX #6F7656 Finch

📋 copy color: '#6F7656'

red 111 ◦ green 118 ◦ blue 86

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

Shades of Finch #6F7656

Tints of Finch #6F7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 35.24%
G = 37.46%
B = 27.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#6F7656 (or 0x6F7656) is known color: Finch. HEX triplet: 6F, 76 and 56. RGB value is (111,118,86). Sum of RGB (Red+Green+Blue) = 111+118+86=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7656 is #9089A9. Grayscale: #707070. Windows color (decimal): -9472426 or 5666415. OLE color: 5666415.

HSL color Cylindrical-coordinate representation of color #6F7656: hue angle of 73.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F7656 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 118 86 -
CMYK 0.06 0 0.27 0.54
HSL 73.13º 0.16% 0.4% -
HSV(B) 73.13º 0.27% 0.46% -
XYZ 14.71 17.01 11.31 -
YUV 112.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 111 118 86 0.06 0 0.27 0.54 73.13 0.16 0.4
Hex 6F 76 56 6 0 1B 36 49 10 28
Octal 157 166 126 6 0 33 66 111 20 50
Binary 1101111 1110110 1010110 110 0 11011 110110 1001001 10000 101000

Color Harmonies of #6F7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7656

Black with #6F7656

Text Example


Text Example

White with #6F7656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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