Html Css Color HEX #6F8240 Dingley

📋 copy color: '#6F8240'

red 111 ◦ green 130 ◦ blue 64

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

Shades of Dingley #6F8240

Tints of Dingley #6F8240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 36.39%
G = 42.62%
B = 20.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#6F8240 (or 0x6F8240) is known color: Dingley. HEX triplet: 6F, 82 and 40. RGB value is (111,130,64). Sum of RGB (Red+Green+Blue) = 111+130+64=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8240 is #907DBF. Grayscale: #757575. Windows color (decimal): -9469376 or 4227695. OLE color: 4227695.

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

Color convert

RGB 111 130 64 -
CMYK 0.15 0 0.51 0.49
HSL 77.27º 0.34% 0.38% -
HSV(B) 77.27º 0.51% 0.51% -
XYZ 15.46 19.71 7.84 -
YUV 116.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 111 130 64 0.15 0 0.51 0.49 77.27 0.34 0.38
Hex 6F 82 40 F 0 33 31 4D 22 26
Octal 157 202 100 17 0 63 61 115 42 46
Binary 1101111 10000010 1000000 1111 0 110011 110001 1001101 100010 100110

Color Harmonies of #6F8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8240

Black with #6F8240

Text Example


Text Example

White with #6F8240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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