#6b9342

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

Shades of Dingley #6B9342

Tints of Dingley #6B9342

Color information

#6B9342 (or 0x6B9342) is unknown color: approx Dingley. HEX triplet: 6B, 93 and 42. RGB value is (107,147,66). Sum of RGB (Red+Green+Blue) = 107+147+66=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9342 is #946CBD. Grayscale: #7E7E7E. Windows color (decimal): -9727166 or 4363115. OLE color: 4363115.

HSL color Cylindrical-coordinate representation of color #6B9342: hue angle of 89.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9342 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB10714766-
CMYK0.2700.550.42
HSL89.63º38.03%41.76%-
HSV(B)89.63º55.1%57.65%-
XYZ17.4824.398.94-
YUV125.8194.25114.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=33.44%
G=45.94%
B=20.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107147660.2700.550.4289.6338.0341.76
Hex6B93421B0372A5a262a
Octal15322310233067521324652
Binary11010111001001110000101101101101111010101011010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b9342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,66); }

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

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

 a { background-color: rgb(107,147,66); }

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

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

 span { border-color: rgb(107,147,66); }

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