#6a834a

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

Shades of Dingley #6A834A

Tints of Dingley #6A834A

Color information

#6A834A (or 0x6A834A) is unknown color: approx Dingley. HEX triplet: 6A, 83 and 4A. RGB value is (106,131,74). Sum of RGB (Red+Green+Blue) = 106+131+74=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #6A834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A834A is #957CB5. Grayscale: #757575. Windows color (decimal): -9796790 or 4883306. OLE color: 4883306.

HSL color Cylindrical-coordinate representation of color #6A834A: hue angle of 86.32º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A834A is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB10613174-
CMYK0.1900.440.49
HSL86.32º27.8%40.2%-
HSV(B)86.32º43.51%51.37%-
XYZ15.319.799.49-
YUV117.03103.72120.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=34.08%
G=42.12%
B=23.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106131740.1900.440.4986.3227.840.2
Hex6A834A1302C31561c28
Octal15220311223054611263450
Binary1101010100000111001010100110101100110001101011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a834a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,131,74); }

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

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

 a { background-color: rgb(106,131,74); }

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

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

 span { border-color: rgb(106,131,74); }

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