#6A834B

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

Shades of Dingley #6A834B

Tints of Dingley #6A834B

Color information

#6A834B (or 0x6A834B) is unknown color: approx Dingley. HEX triplet: 6A, 83 and 4B. RGB value is (106,131,75). Sum of RGB (Red+Green+Blue) = 106+131+75=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #6A834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A834B is #957CB4. Grayscale: #757575. Windows color (decimal): -9796789 or 4948842. OLE color: 4948842.

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

Color convert

RGB10613175-
CMYK0.1900.430.49
HSL86.79º27.18%40.39%-
HSV(B)86.79º42.75%51.37%-
XYZ15.3319.89.67-
YUV117.14104.22120.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=33.97%
G=41.99%
B=24.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106131750.1900.430.4986.7927.1840.39
Hex6A834B1302B31571b28
Octal15220311323053611273350
Binary1101010100000111001011100110101011110001101011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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