Html Css Color HEX #6B8041 Dingley

📋 copy color: '#6B8041'

red 107 ◦ green 128 ◦ blue 65

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

Shades of Dingley #6B8041

Tints of Dingley #6B8041

RGB

 RED value IS 107 (42.19% from 255) = 35.67%

 GREEN value IS 128 (50.39% from 255) = 42.67%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 35.67%
G = 42.67%
B = 21.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#6B8041 (or 0x6B8041) is known color: Dingley. HEX triplet: 6B, 80 and 41. RGB value is (107,128,65). Sum of RGB (Red+Green+Blue) = 107+128+65=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8041 is #947FBE. Grayscale: #727272. Windows color (decimal): -9732031 or 4292715. OLE color: 4292715.

HSL color Cylindrical-coordinate representation of color #6B8041: hue angle of 80º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B8041 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 128 65 -
CMYK 0.16 0 0.49 0.50
HSL 80º 0.33% 0.38% -
HSV(B) 80º 0.49% 0.5% -
XYZ 14.74 18.95 7.88 -
YUV 114.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 107 128 65 0.16 0 0.49 0.50 80 0.33 0.38
Hex 6B 80 41 10 0 31 32 50 21 26
Octal 153 200 101 20 0 61 62 120 41 46
Binary 1101011 10000000 1000001 10000 0 110001 110010 1010000 100001 100110

Color Harmonies of #6B8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8041

Black with #6B8041

Text Example


Text Example

White with #6B8041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,128,65); }

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

background-color css

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

 a { background-color: rgb(107,128,65); }

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

border-color css

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

 span { border-color: rgb(107,128,65); }

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