#6A8E4B

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

Shades of Dingley #6A8E4B

Tints of Dingley #6A8E4B

Color information

#6A8E4B (or 0x6A8E4B) is unknown color: approx Dingley. HEX triplet: 6A, 8E and 4B. RGB value is (106,142,75). Sum of RGB (Red+Green+Blue) = 106+142+75=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E4B is #9571B4. Grayscale: #7B7B7B. Windows color (decimal): -9793973 or 4951658. OLE color: 4951658.

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

Color convert

RGB10614275-
CMYK0.2500.470.44
HSL92.24º30.88%42.55%-
HSV(B)92.24º47.18%55.69%-
XYZ16.8922.9210.19-
YUV123.6100.57115.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.82%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=32.82%
G=43.96%
B=23.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106142750.2500.470.4492.2430.8842.55
Hex6A8E4B1902F2C5c1f2b
Octal15221611331057541343753
Binary1101010100011101001011110010101111101100101110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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