Html Css Color HEX #6F7258 Finch

📋 copy color: '#6F7258'

red 111 ◦ green 114 ◦ blue 88

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

Shades of Finch #6F7258

Tints of Finch #6F7258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 35.46%
G = 36.42%
B = 28.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#6F7258 (or 0x6F7258) is known color: Finch. HEX triplet: 6F, 72 and 58. RGB value is (111,114,88). Sum of RGB (Red+Green+Blue) = 111+114+88=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7258 is #908DA7. Grayscale: #6E6E6E. Windows color (decimal): -9473448 or 5796463. OLE color: 5796463.

HSL color Cylindrical-coordinate representation of color #6F7258: hue angle of 66.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7258 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 114 88 -
CMYK 0.03 0 0.23 0.55
HSL 66.92º 0.13% 0.4% -
HSV(B) 66.92º 0.23% 0.45% -
XYZ 14.33 16.12 11.59 -
YUV 110.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 111 114 88 0.03 0 0.23 0.55 66.92 0.13 0.4
Hex 6F 72 58 3 0 17 37 43 D 28
Octal 157 162 130 3 0 27 67 103 15 50
Binary 1101111 1110010 1011000 11 0 10111 110111 1000011 1101 101000

Color Harmonies of #6F7258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7258

Black with #6F7258

Text Example


Text Example

White with #6F7258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,88); }

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

background-color css

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

 a { background-color: rgb(111,114,88); }

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

border-color css

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

 span { border-color: rgb(111,114,88); }

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