#6A844B

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

Shades of Dingley #6A844B

Tints of Dingley #6A844B

Color information

#6A844B (or 0x6A844B) is unknown color: approx Dingley. HEX triplet: 6A, 84 and 4B. RGB value is (106,132,75). Sum of RGB (Red+Green+Blue) = 106+132+75=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #6A844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A844B is #957BB4. Grayscale: #757575. Windows color (decimal): -9796533 or 4949098. OLE color: 4949098.

HSL color Cylindrical-coordinate representation of color #6A844B: hue angle of 87.37º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A844B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB10613275-
CMYK0.2000.430.48
HSL87.37º27.54%40.59%-
HSV(B)87.37º43.18%51.76%-
XYZ15.4720.079.72-
YUV117.73103.89119.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=33.87%
G=42.17%
B=23.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106132750.2000.430.4887.3727.5440.59
Hex6A844B1402B30571c29
Octal15220411324053601273451
Binary1101010100001001001011101000101011110000101011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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