Html Css Color HEX #6E7852 Finch

📋 copy color: '#6E7852'

red 110 ◦ green 120 ◦ blue 82

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

Shades of Finch #6E7852

Tints of Finch #6E7852

RGB

 RED value IS 110 (43.36% from 255) = 35.26%

 GREEN value IS 120 (47.27% from 255) = 38.46%

 BLUE value IS 82 (32.42% from 255) = 26.28%

R = 35.26%
G = 38.46%
B = 26.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#6E7852 (or 0x6E7852) is known color: Finch. HEX triplet: 6E, 78 and 52. RGB value is (110,120,82). Sum of RGB (Red+Green+Blue) = 110+120+82=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7852 is #9187AD. Grayscale: #707070. Windows color (decimal): -9537454 or 5404782. OLE color: 5404782.

HSL color Cylindrical-coordinate representation of color #6E7852: hue angle of 75.79º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E7852 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 120 82 -
CMYK 0.08 0 0.32 0.53
HSL 75.79º 0.19% 0.4% -
HSV(B) 75.79º 0.32% 0.47% -
XYZ 14.67 17.36 10.56 -
YUV 112.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 110 120 82 0.08 0 0.32 0.53 75.79 0.19 0.4
Hex 6E 78 52 8 0 20 35 4C 13 28
Octal 156 170 122 10 0 40 65 114 23 50
Binary 1101110 1111000 1010010 1000 0 100000 110101 1001100 10011 101000

Color Harmonies of #6E7852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7852

Black with #6E7852

Text Example


Text Example

White with #6E7852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,120,82); }

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

background-color css

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

 a { background-color: rgb(110,120,82); }

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

border-color css

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

 span { border-color: rgb(110,120,82); }

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