Html Css Color HEX #6F834A Dingley

📋 copy color: '#6F834A'

red 111 ◦ green 131 ◦ blue 74

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

Shades of Dingley #6F834A

Tints of Dingley #6F834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 35.13%
G = 41.46%
B = 23.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#6F834A (or 0x6F834A) is known color: Dingley. HEX triplet: 6F, 83 and 4A. RGB value is (111,131,74). Sum of RGB (Red+Green+Blue) = 111+131+74=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #6F834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F834A is #907CB5. Grayscale: #767676. Windows color (decimal): -9469110 or 4883311. OLE color: 4883311.

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

Color convert

RGB 111 131 74 -
CMYK 0.15 0 0.44 0.49
HSL 81.05º 0.28% 0.4% -
HSV(B) 81.05º 0.44% 0.51% -
XYZ 15.91 20.11 9.52 -
YUV 118.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 111 131 74 0.15 0 0.44 0.49 81.05 0.28 0.4
Hex 6F 83 4A F 0 2C 31 51 1C 28
Octal 157 203 112 17 0 54 61 121 34 50
Binary 1101111 10000011 1001010 1111 0 101100 110001 1010001 11100 101000

Color Harmonies of #6F834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F834A

Black with #6F834A

Text Example


Text Example

White with #6F834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,131,74); }

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

background-color css

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

 a { background-color: rgb(111,131,74); }

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

border-color css

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

 span { border-color: rgb(111,131,74); }

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