Html Css Color HEX #6F824C Dingley

📋 copy color: '#6F824C'

red 111 ◦ green 130 ◦ blue 76

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

Shades of Dingley #6F824C

Tints of Dingley #6F824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 35.02%
G = 41.01%
B = 23.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#6F824C (or 0x6F824C) is known color: Dingley. HEX triplet: 6F, 82 and 4C. RGB value is (111,130,76). Sum of RGB (Red+Green+Blue) = 111+130+76=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #6F824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F824C is #907DB3. Grayscale: #767676. Windows color (decimal): -9469364 or 5014127. OLE color: 5014127.

HSL color Cylindrical-coordinate representation of color #6F824C: hue angle of 81.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F824C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 130 76 -
CMYK 0.15 0 0.42 0.49
HSL 81.11º 0.26% 0.4% -
HSV(B) 81.11º 0.42% 0.51% -
XYZ 15.84 19.87 9.84 -
YUV 118.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 111 130 76 0.15 0 0.42 0.49 81.11 0.26 0.4
Hex 6F 82 4C F 0 2A 31 51 1A 28
Octal 157 202 114 17 0 52 61 121 32 50
Binary 1101111 10000010 1001100 1111 0 101010 110001 1010001 11010 101000

Color Harmonies of #6F824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F824C

Black with #6F824C

Text Example


Text Example

White with #6F824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,130,76); }

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

background-color css

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

 a { background-color: rgb(111,130,76); }

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

border-color css

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

 span { border-color: rgb(111,130,76); }

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