#6A8D4B

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

Shades of Dingley #6A8D4B

Tints of Dingley #6A8D4B

Color information

#6A8D4B (or 0x6A8D4B) is unknown color: approx Dingley. HEX triplet: 6A, 8D and 4B. RGB value is (106,141,75). Sum of RGB (Red+Green+Blue) = 106+141+75=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8D4B is #9572B4. Grayscale: #7B7B7B. Windows color (decimal): -9794229 or 4951402. OLE color: 4951402.

HSL color Cylindrical-coordinate representation of color #6A8D4B: hue angle of 91.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A8D4B is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB10614175-
CMYK0.2500.470.45
HSL91.82º30.56%42.35%-
HSV(B)91.82º46.81%55.29%-
XYZ16.7422.6210.14-
YUV123.01100.9115.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=32.92%
G=43.79%
B=23.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106141750.2500.470.4591.8230.5642.35
Hex6A8D4B1902F2D5c1f2a
Octal15221511331057551343752
Binary1101010100011011001011110010101111101101101110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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