#6A8B41

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

Shades of Dingley #6A8B41

Tints of Dingley #6A8B41

Color information

#6A8B41 (or 0x6A8B41) is unknown color: approx Dingley. HEX triplet: 6A, 8B and 41. RGB value is (106,139,65). Sum of RGB (Red+Green+Blue) = 106+139+65=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8B41 is #9574BE. Grayscale: #787878. Windows color (decimal): -9794751 or 4295530. OLE color: 4295530.

HSL color Cylindrical-coordinate representation of color #6A8B41: hue angle of 86.76º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A8B41 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB10613965-
CMYK0.2400.530.45
HSL86.76º36.27%40%-
HSV(B)86.76º53.24%54.51%-
XYZ16.1321.918.38-
YUV120.796.57117.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=34.19%
G=44.84%
B=20.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106139650.2400.530.4586.7636.2740
Hex6A8B41180352D572428
Octal15221310130065551274450
Binary11010101000101110000011100001101011011011010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,139,65); }

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

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

 a { background-color: rgb(106,139,65); }

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

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

 span { border-color: rgb(106,139,65); }

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