#6B8244

Color #6B8244 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6B8244

Tints of Dingley #6B8244

Color information

#6B8244 (or 0x6B8244) is unknown color: approx Dingley. HEX triplet: 6B, 82 and 44. RGB value is (107,130,68). Sum of RGB (Red+Green+Blue) = 107+130+68=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8244 is #947DBB. Grayscale: #747474. Windows color (decimal): -9731516 or 4489835. OLE color: 4489835.

HSL color Cylindrical-coordinate representation of color #6B8244: hue angle of 82.26º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8244 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB10713068-
CMYK0.1800.480.49
HSL82.26º31.31%38.82%-
HSV(B)82.26º47.69%50.98%-
XYZ15.0919.518.44-
YUV116.06100.88121.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=35.08%
G=42.62%
B=22.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130680.1800.480.4982.2631.3138.82
Hex6B82441203031521f27
Octal15320210422060611223747
Binary1101011100000101000100100100110000110001101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,68); }

 H1.HeaderClassName
 {
   color: #6B8244;
 }
 .AnyTagClassName
 {
   color: #6B8244;
 }
</style>
background-color css

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

 a { background-color: rgb(107,130,68); }

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

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

 span { border-color: rgb(107,130,68); }

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